[FFmpeg-soc] [soc]: r1554 - eac3/eac3dec.c
jbr
subversion at mplayerhq.hu
Thu Dec 13 03:41:46 CET 2007
Author: jbr
Date: Thu Dec 13 03:41:46 2007
New Revision: 1554
Log:
remove some comments which are now obvious from the code alone
Modified:
eac3/eac3dec.c
Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c (original)
+++ eac3/eac3dec.c Thu Dec 13 03:41:46 2007
@@ -382,7 +382,6 @@ static int parse_bsi(GetBitContext *gbc,
}
}
if (s->stream_type == EAC3_STREAM_TYPE_DEPENDENT) {
- /* if dependent stream */
if (get_bits1(gbc)) {
s->chanmap = get_bits(gbc, 16);
} else {
@@ -508,9 +507,7 @@ static int parse_bsi(GetBitContext *gbc,
skip_bits1(gbc); //converter synchronization flag
}
if (s->stream_type == EAC3_STREAM_TYPE_AC3_CONVERT) {
- /* if bit stream converted from AC-3 */
if (s->num_blocks == 6 || get_bits1(gbc)) {
- /* 6 blocks per frame */
skip_bits(gbc, 6); // skip Frame size code
}
}
More information about the FFmpeg-soc
mailing list