Commit 322de9e7 authored by glantau's avatar glantau

removed incomplete seek patch


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@73 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eac2fb66
......@@ -107,10 +107,6 @@ static int h263_decode_frame(AVCodecContext *avctx,
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment