lavfi/framequeue: avoid empty structs.

Fix compilation on MSVC.
pull/244/head
Nicolas George 8 years ago
parent 25e35b3436
commit bec8ea20c8
  1. 1
      libavfilter/framequeue.h

@ -44,6 +44,7 @@ typedef struct FFFrameBucket {
* It is currently empty.
*/
typedef struct FFFrameQueueGlobal {
char dummy; /* C does not allow empty structs */
} FFFrameQueueGlobal;
/**

Loading…
Cancel
Save