# HG changeset patch # User glantau # Date 997557352 0 # Node ID 41791691746fbdbbb0778e70087945766d579a0b # Parent 6064342168f4360fa6714284271233f81546f052 removed incomplete seek patch diff -r 6064342168f4 -r 41791691746f h263dec.c --- 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