X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=wma_common.c;h=88873c956ebd2293779b6d79699eaf8725871b5f;hp=8886a061751caaa6c16375e244ea92a8f18a212d;hb=caaccb675a80739e7832ef832dcef0d93e455366;hpb=f80453b693e6d3ce5450755310faf5e5d6e5c143 diff --git a/wma_common.c b/wma_common.c index 8886a061..88873c95 100644 --- a/wma_common.c +++ b/wma_common.c @@ -107,7 +107,7 @@ int read_asf_header(const char *buf, int loaded, struct asf_header_info *ahi) ahi->flags1 = read_u32(start + 56); ahi->flags2 = read_u16(start + 60); - PARA_INFO_LOG("read_asf_header: flags1: %d, flag2: %d\n", + PARA_INFO_LOG("read_asf_header: flags1: %d, flags2: %d\n", ahi->flags1, ahi->flags2); ahi->use_exp_vlc = ahi->flags2 & 0x0001; ahi->use_bit_reservoir = ahi->flags2 & 0x0002;