提交 0403f791 编写于 作者: M Michael Niedermayer

remove wrong assert()

Originally committed as revision 5067 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 d676478c
......@@ -342,7 +342,6 @@ static void dv_decode_ac(GetBitContext *gb, BlockInfo *mb, DCTELEM *block)
if (pos >= 64)
break;
assert(level);
pos1 = scan_table[pos];
block[pos1] = level << shift_table[pos1];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册