[FFmpeg-soc] [soc]: r3656 - eac3/eac3dec.c
jbr
subversion at mplayerhq.hu
Thu Aug 28 02:31:28 CEST 2008
Author: jbr
Date: Thu Aug 28 02:31:27 2008
New Revision: 3656
Log:
cosmetics: vertical align
Modified:
eac3/eac3dec.c
Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c (original)
+++ eac3/eac3dec.c Thu Aug 28 02:31:27 2008
@@ -336,7 +336,7 @@ int ff_eac3_parse_header(AC3DecodeContex
if (s->num_blocks == 6) {
ac3_exponent_strategy = get_bits1(gbc);
- parse_aht_info = get_bits1(gbc);
+ parse_aht_info = get_bits1(gbc);
} else {
/* less than 6 blocks, so use AC-3-style exponent strategy syntax, and
do not use AHT */
More information about the FFmpeg-soc
mailing list