Commit 12e993c9 authored by michael's avatar michael

pass strict_std_compliance to audio context too


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2763 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5715d524
......@@ -2543,6 +2543,7 @@ static void opt_output_file(const char *filename)
audio_enc->bit_rate = audio_bit_rate;
audio_enc->sample_rate = audio_sample_rate;
audio_enc->strict_std_compliance = strict;
/* For audio codecs other than AC3 we limit */
/* the number of coded channels to stereo */
if (audio_channels > 2 && codec_id != CODEC_ID_AC3) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment