OSDN Git Service

cosmetics: indentation after last commit
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 25 Mar 2008 23:34:49 +0000 (23:34 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 25 Mar 2008 23:34:49 +0000 (23:34 +0000)
Originally committed as revision 12594 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3dec.c

index cd648ce..b16d0ff 100644 (file)
@@ -1143,7 +1143,7 @@ static int ac3_decode_frame(AVCodecContext * avctx, void *data, int *data_size,
         memcpy(s->input_buffer, buf, FFMIN(buf_size, AC3_MAX_FRAME_SIZE));
         init_get_bits(&s->gbc, s->input_buffer, buf_size * 8);
     } else {
-    init_get_bits(&s->gbc, buf, buf_size * 8);
+        init_get_bits(&s->gbc, buf, buf_size * 8);
     }
 
     /* parse the syncinfo */