[FFmpeg-soc] [soc]: r1045 - eac3/eac3dec.c
bwolowiec
subversion at mplayerhq.hu
Mon Aug 20 12:04:15 CEST 2007
Author: bwolowiec
Date: Mon Aug 20 12:04:15 2007
New Revision: 1045
Log:
Fix r1044
Modified:
eac3/eac3dec.c
Modified: eac3/eac3dec.c
==============================================================================
--- eac3/eac3dec.c (original)
+++ eac3/eac3dec.c Mon Aug 20 12:04:15 2007
@@ -82,6 +82,7 @@ static int parse_bsi(GetBitContext *gbc,
if(get_bits1(gbc)){
skip_bits(gbc, 8); //skip Compression gain word
}
+ }
if(s->strmtyp == 0x1){
/* if dependent stream */
if(get_bits1(gbc)){
More information about the FFmpeg-soc
mailing list