Commit 093ee8e1 authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: reindent

parent 1bca72e1
...@@ -2134,9 +2134,9 @@ static av_cold int validate_options(AC3EncodeContext *s) ...@@ -2134,9 +2134,9 @@ static av_cold int validate_options(AC3EncodeContext *s)
if (s->cutoff > (s->sample_rate >> 1)) if (s->cutoff > (s->sample_rate >> 1))
s->cutoff = s->sample_rate >> 1; s->cutoff = s->sample_rate >> 1;
ret = ff_ac3_validate_metadata(s); ret = ff_ac3_validate_metadata(s);
if (ret) if (ret)
return ret; return ret;
s->rematrixing_enabled = s->options.stereo_rematrixing && s->rematrixing_enabled = s->options.stereo_rematrixing &&
(s->channel_mode == AC3_CHMODE_STEREO); (s->channel_mode == AC3_CHMODE_STEREO);
......
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