From d425a03b591f0d458a85b0fc8d559c4b4a0e7d14 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 18 Jan 2011 11:40:13 -0500 Subject: cosmetics: reindent --- libavcodec/dca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dca.c') 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 " -- cgit v1.2.3