msvc warning: C requires that a struct or union has at least one member

This commit is contained in:
Romain Bouqueau
2025-11-10 16:29:21 -04:00
parent b2ce971ebf
commit d85af302b8

View File

@@ -3591,6 +3591,7 @@ typedef struct
/*AV1 Switching Entry - Switching Frames*/
typedef struct
{
int unused; // C requires that a struct or union has at least one member
} GF_AV1SwitchingEntry;
/*VisualRandomAccessEntry - 'rap ' type*/