ffmpeg: drop struct from SwrContext.

Its a typdef now and doesnt need the struct anymore.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-03-25 01:00:07 +01:00
parent ac6798dbc1
commit f4c380a5e6
1 changed files with 1 additions and 1 deletions

View File

@ -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;