From f4c380a5e65c60422c6f62cab7bfe6155276d11d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 25 Mar 2012 01:00:07 +0100 Subject: [PATCH] ffmpeg: drop struct from SwrContext. Its a typdef now and doesnt need the struct anymore. Signed-off-by: Michael Niedermayer --- ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.c b/ffmpeg.c index 8f9735b6fb..db2066a42b 100644 --- a/ffmpeg.c +++ b/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; -- 2.11.0