]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
ffmpeg: drop struct from SwrContext.
[ffmpeg] / ffmpeg.c
index 8f9735b6fbf09d80527fbb74679f880a6f224a05..db2066a42bb1fc26a27e18022356ae369d6a2f7e 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -281,7 +281,7 @@ typedef struct OutputStream {
     AVFifoBuffer *fifo;     /* for compression: one audio fifo per codec */
     FILE *logfile;
 
-    struct SwrContext *swr;
+    SwrContext *swr;
 
 #if CONFIG_AVFILTER
     AVFilterContext *output_video_filter;