[FFmpeg-cvslog] r11387 - trunk/libavcodec/aac_ac3_parser.c

jbr subversion
Thu Jan 3 23:42:37 CET 2008


Author: jbr
Date: Thu Jan  3 23:42:37 2008
New Revision: 11387

Log:
cosmetics: indentation after last commit

Modified:
   trunk/libavcodec/aac_ac3_parser.c

Modified: trunk/libavcodec/aac_ac3_parser.c
==============================================================================
--- trunk/libavcodec/aac_ac3_parser.c	(original)
+++ trunk/libavcodec/aac_ac3_parser.c	Thu Jan  3 23:42:37 2008
@@ -60,7 +60,7 @@ int ff_aac_ac3_parse(AVCodecParserContex
                     s->frame_size = len;
                     /* update codec info */
                     avctx->sample_rate = sample_rate;
-                        avctx->channels = channels;
+                    avctx->channels = channels;
                     avctx->bit_rate = bit_rate;
                     avctx->frame_size = samples;
                 }




More information about the ffmpeg-cvslog mailing list