]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/aiffenc.c
avcodec/vc1dsp: add () to protect the arguments of the op* macros
[ffmpeg] / libavformat / aiffenc.c
index 90fc43346ce24bc810f9eaacafd1a8e114ebd4dd..e2828e7508bb4e46aeeda691c6f8fc3a5ebc8b34 100644 (file)
@@ -30,7 +30,7 @@
 #include "isom.h"
 #include "id3v2.h"
 
-typedef struct {
+typedef struct AIFFOutputContext {
     const AVClass *class;
     int64_t form;
     int64_t frames;