Commit f39911c8 authored by reimar's avatar reimar

100l, fix FATE test broken by r18264


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18271 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0bd381eb
......@@ -307,7 +307,7 @@ static int ipvideo_decode_block_opcode_0x8(IpvideoContext *s)
/* need 10 more bytes */
CHECK_STREAM_PTR(10);
if (P[2] <= P[3]) {
if (s->stream_ptr[4] <= s->stream_ptr[5]) {
B[0] = *s->stream_ptr++; B[1] = *s->stream_ptr++;
B[2] = *s->stream_ptr++; B[3] = *s->stream_ptr++;
......
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