Commit 0403f791 authored by Michael Niedermayer's avatar Michael Niedermayer

remove wrong assert()

Originally committed as revision 5067 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment