mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-21 13:21:55 +08:00
lavfi/framequeue: avoid empty structs.
Fix compilation on MSVC.
This commit is contained in:
@@ -44,6 +44,7 @@ typedef struct FFFrameBucket {
|
||||
* It is currently empty.
|
||||
*/
|
||||
typedef struct FFFrameQueueGlobal {
|
||||
char dummy; /* C does not allow empty structs */
|
||||
} FFFrameQueueGlobal;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user