Commit e995e5a2 authored by michael's avatar michael

kill debuging code


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7856 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dcb4b725
...@@ -97,8 +97,8 @@ static int wma_decode_init(AVCodecContext * avctx) ...@@ -97,8 +97,8 @@ static int wma_decode_init(AVCodecContext * avctx)
(extradata[2] << 16) | (extradata[3] << 24); (extradata[2] << 16) | (extradata[3] << 24);
flags2 = extradata[4] | (extradata[5] << 8); flags2 = extradata[4] | (extradata[5] << 8);
} }
for(i=0; i<avctx->extradata_size; i++) // for(i=0; i<avctx->extradata_size; i++)
av_log(NULL, AV_LOG_ERROR, "%02X ", extradata[i]); // av_log(NULL, AV_LOG_ERROR, "%02X ", extradata[i]);
s->use_exp_vlc = flags2 & 0x0001; s->use_exp_vlc = flags2 & 0x0001;
s->use_bit_reservoir = flags2 & 0x0002; s->use_bit_reservoir = flags2 & 0x0002;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment