summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-05-17 16:12:26 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-05-17 16:12:26 +0200
commit7d12109542d68916414ba0587794c69640d36c97 (patch)
tree1521bc216b9c219cdb59f0498ac9bdf32dd5e982 /ffmpeg.c
parent3ae64dc48ff781717cb3b19c51740b128b8bb732 (diff)
ffmpeg: fix ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 75e0287bf5..af80d53fd9 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);