[FFmpeg-cvslog] ffmpeg: drop struct from SwrContext.
Michael Niedermayer
git at videolan.org
Sun Mar 25 01:17:33 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Mar 25 01:00:07 2012 +0100| [f4c380a5e65c60422c6f62cab7bfe6155276d11d] | committer: Michael Niedermayer
ffmpeg: drop struct from SwrContext.
Its a typdef now and doesnt need the struct anymore.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4c380a5e65c60422c6f62cab7bfe6155276d11d
---
ffmpeg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index 8f9735b..db2066a 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;
More information about the ffmpeg-cvslog
mailing list