]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/iff.c
Merge commit '76ce9bd8e26dcb3652240a1072840ff4011d7cdc'
[ffmpeg] / libavformat / iff.c
index e7c240c5d578825a711b2f82b674240b188efeaf..7235bc1c9c1e5f2f6a05d5cbaa4cb4455b347898 100644 (file)
@@ -98,7 +98,7 @@ typedef enum {
     COMP_EXP
 } svx8_compression_type;
 
-typedef struct {
+typedef struct IffDemuxContext {
     int      is_64bit;  ///< chunk size is 64-bit
     int64_t  body_pos;
     int64_t  body_end;