Commit 27538209 authored by michael's avatar michael

remove wrong assert()


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5067 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 93b6cf50
......@@ -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