diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-18 11:40:13 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-18 11:40:13 -0500 |
commit | d425a03b591f0d458a85b0fc8d559c4b4a0e7d14 (patch) | |
tree | da1195edd3d119f0d7d2e5cd92cc9df0b08d2e1d | |
parent | 1360f07e220ee0904de8c7fec9bc29f9be49bcd4 (diff) | |
download | ffmpeg-d425a03b591f0d458a85b0fc8d559c4b4a0e7d14.tar.gz |
cosmetics: reindent
-rw-r--r-- | libavcodec/dca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dca.c b/libavcodec/dca.c index e224785a1e..bc099e1376 100644 --- a/libavcodec/dca.c +++ b/libavcodec/dca.c @@ -1777,7 +1777,7 @@ static int dca_decode_frame(AVCodecContext * avctx, set the channels based on a broken first frame.*/ if (s->is_channels_set == 0) { s->is_channels_set = 1; - avctx->channels = channels; + avctx->channels = channels; } if (avctx->channels != channels) { av_log(avctx, AV_LOG_ERROR, "DCA decoder does not support number of " |