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
1 changed files with 1 additions and 1 deletions
2
ffmpeg.c
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…
Add table
Add a link
Reference in a new issue