[FFmpeg-cvslog] cosmetics: reindent

Justin Ruggles git
Tue Jan 18 17:41:18 CET 2011


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Tue Jan 18 11:40:13 2011 -0500| [d425a03b591f0d458a85b0fc8d559c4b4a0e7d14] | committer: Justin Ruggles

cosmetics: reindent

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d425a03b591f0d458a85b0fc8d559c4b4a0e7d14
---

 libavcodec/dca.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/dca.c b/libavcodec/dca.c
index e224785..bc099e1 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 "




More information about the ffmpeg-cvslog mailing list