mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
ac6798dbc1
commit
f4c380a5e6
2
ffmpeg.c
2
ffmpeg.c
|
@ -281,7 +281,7 @@ typedef struct OutputStream {
|
||||||
AVFifoBuffer *fifo; /* for compression: one audio fifo per codec */
|
AVFifoBuffer *fifo; /* for compression: one audio fifo per codec */
|
||||||
FILE *logfile;
|
FILE *logfile;
|
||||||
|
|
||||||
struct SwrContext *swr;
|
SwrContext *swr;
|
||||||
|
|
||||||
#if CONFIG_AVFILTER
|
#if CONFIG_AVFILTER
|
||||||
AVFilterContext *output_video_filter;
|
AVFilterContext *output_video_filter;
|
||||||
|
|
Loading…
Reference in New Issue