]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/audiointerleave.h
flvenc: only write the framerate tag based on avg_frame_rate
[ffmpeg] / libavformat / audiointerleave.h
index af29629b8aff44801639f74890cdc0372f8a2ae3..9c7b548c1d87d034bbd26caf7ab1ef68d9d2aab6 100644 (file)
@@ -26,7 +26,7 @@
 #include "libavutil/fifo.h"
 #include "avformat.h"
 
-typedef struct {
+typedef struct AudioInterleaveContext {
     AVFifoBuffer *fifo;
     unsigned fifo_size;           ///< size of currently allocated FIFO
     uint64_t dts;                 ///< current dts