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)){
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc