[FFmpeg-cvslog] ffmpeg: fix ;;
Michael Niedermayer
git at videolan.org
Thu May 17 16:47:05 CEST 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May 17 16:12:26 2012 +0200| [7d12109542d68916414ba0587794c69640d36c97] | committer: Michael Niedermayer
ffmpeg: fix ;;
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d12109542d68916414ba0587794c69640d36c97
---
ffmpeg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index 75e0287..af80d53 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -4652,7 +4652,7 @@ static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc, in
audio_enc->codec_type = AVMEDIA_TYPE_AUDIO;
if (!ost->stream_copy) {
- char *sample_fmt = NULL, *filters = NULL;;
+ char *sample_fmt = NULL, *filters = NULL;
MATCH_PER_STREAM_OPT(audio_channels, i, audio_enc->channels, oc, st);
More information about the ffmpeg-cvslog
mailing list