mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
lavfi/framequeue: avoid empty structs.
Fix compilation on MSVC.
This commit is contained in:
parent
25e35b3436
commit
bec8ea20c8
@ -44,6 +44,7 @@ typedef struct FFFrameBucket {
|
||||
* It is currently empty.
|
||||
*/
|
||||
typedef struct FFFrameQueueGlobal {
|
||||
char dummy; /* C does not allow empty structs */
|
||||
} FFFrameQueueGlobal;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user