Commit d425a03b authored by Justin Ruggles's avatar Justin Ruggles

cosmetics: reindent

parent 1360f07e
...@@ -1777,7 +1777,7 @@ static int dca_decode_frame(AVCodecContext * avctx, ...@@ -1777,7 +1777,7 @@ static int dca_decode_frame(AVCodecContext * avctx,
set the channels based on a broken first frame.*/ set the channels based on a broken first frame.*/
if (s->is_channels_set == 0) { if (s->is_channels_set == 0) {
s->is_channels_set = 1; s->is_channels_set = 1;
avctx->channels = channels; avctx->channels = channels;
} }
if (avctx->channels != channels) { if (avctx->channels != channels) {
av_log(avctx, AV_LOG_ERROR, "DCA decoder does not support number of " av_log(avctx, AV_LOG_ERROR, "DCA decoder does not support number of "
......
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