]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/audiointerleave.h
In dv decoder, set sample aspect aspect ratio, fix issue #1612
[ffmpeg] / libavformat / audiointerleave.h
index 10684af50c2a01fdc6c4b2fc267ee90853f28dbd..c948c366fbf70662502a7988cae6b2cdb0979301 100644 (file)
@@ -27,7 +27,7 @@
 #include "avformat.h"
 
 typedef struct {
-    AVFifoBuffer fifo;
+    AVFifoBuffer *fifo;
     unsigned fifo_size;           ///< size of currently allocated FIFO
     uint64_t dts;                 ///< current dts
     int sample_size;              ///< size of one sample all channels included