Browse code

ffmpeg: drop struct from SwrContext.

Its a typdef now and doesnt need the struct anymore.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2012/03/25 09:00:07
Showing 1 changed files
... ...
@@ -281,7 +281,7 @@ typedef struct OutputStream {
281 281
     AVFifoBuffer *fifo;     /* for compression: one audio fifo per codec */
282 282
     FILE *logfile;
283 283
 
284
-    struct SwrContext *swr;
284
+    SwrContext *swr;
285 285
 
286 286
 #if CONFIG_AVFILTER
287 287
     AVFilterContext *output_video_filter;