changeset 56:41791691746f libavcodec

removed incomplete seek patch
author glantau
date Sat, 11 Aug 2001 19:15:52 +0000
parents 6064342168f4
children 4efb718f4dc6
files h263dec.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
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