ffmpeg: drop struct from SwrContext.

Its a typdef now and doesnt need the struct anymore.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/4/head
Michael Niedermayer 13 years ago
parent ac6798dbc1
commit f4c380a5e6
  1. 2
      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;

Loading…
Cancel
Save