diff h263dec.c @ 56:41791691746f libavcodec

removed incomplete seek patch
author glantau
date Sat, 11 Aug 2001 19:15:52 +0000
parents 6ea595d66852
children 35c1141e23d9
line wrap: on
line diff
--- a/h263dec.c	Sat Aug 11 19:04:31 2001 +0000
+++ b/h263dec.c	Sat Aug 11 19:15:52 2001 +0000
@@ -107,10 +107,6 @@
     if (ret < 0)
         return -1;
 
-    /* make sure we start with an I-Frame */
-    if (!s->slice_height && (s->pict_type != I_TYPE))
-        return -1;
-
     MPV_frame_start(s);
 
 #ifdef DEBUG