changeset 6101:d6c599061072 libavcodec

cosmetics: indentation after last commit
author jbr
date Thu, 03 Jan 2008 22:42:37 +0000
parents a5dee59b5918
children 896e1cd9a7fe
files aac_ac3_parser.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aac_ac3_parser.c	Thu Jan 03 22:41:59 2008 +0000
+++ b/aac_ac3_parser.c	Thu Jan 03 22:42:37 2008 +0000
@@ -60,7 +60,7 @@
                     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;
                 }