summaryrefslogtreecommitdiff
path: root/libavcodec/dca.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-01-18 11:40:13 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2011-01-18 11:40:13 -0500
commitd425a03b591f0d458a85b0fc8d559c4b4a0e7d14 (patch)
treeda1195edd3d119f0d7d2e5cd92cc9df0b08d2e1d /libavcodec/dca.c
parent1360f07e220ee0904de8c7fec9bc29f9be49bcd4 (diff)
cosmetics: reindent
Diffstat (limited to 'libavcodec/dca.c')
-rw-r--r--libavcodec/dca.c2
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 "