ffmpeg: fix ;;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3ae64dc48f
commit
7d12109542
2
ffmpeg.c
2
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user