diff libmpcodecs/vd_libmpeg2.c @ 7464:baac3cd44794

we don't need the 0x1FF hack any more
author arpi
date Sat, 21 Sep 2002 22:38:41 +0000
parents 28677d779205
children 77076fb29637
line wrap: on
line diff
--- a/libmpcodecs/vd_libmpeg2.c	Sat Sep 21 22:06:09 2002 +0000
+++ b/libmpcodecs/vd_libmpeg2.c	Sat Sep 21 22:38:41 2002 +0000
@@ -286,10 +286,10 @@
     signal(SIGSEGV,old_sigh); // restore sighandler
 #endif
 
-    if(code==0x1FF){
+//    if(code==0x1FF){
 	ret=parse_chunk(sh, 0xFF, NULL, framedrop); // send 'end of frame'
 	if(ret) mpi=ret;
-    }
+//    }
 
     return mpi;
 }