mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
100l, fix FATE test broken by r18264
Originally committed as revision 18271 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9aaacc246a
commit
3f300d7e25
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user