提交 e8ebd573 编写于 作者: M Michael Niedermayer

kill debuging code

Originally committed as revision 7856 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 59686073
...@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册