Commit f4c380a5 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: drop struct from SwrContext.

Its a typdef now and doesnt need the struct anymore.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ac6798db
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment