changeset 9306:7a546836b61b libavcodec

100l, fix FATE test broken by r18264
author reimar
date Tue, 31 Mar 2009 14:44:46 +0000
parents be07610b4407
children 851ca5db8327
files interplayvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/interplayvideo.c	Tue Mar 31 14:10:45 2009 +0000
+++ b/interplayvideo.c	Tue Mar 31 14:44:46 2009 +0000
@@ -307,7 +307,7 @@
         /* 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++;