提交 ce675882 编写于 作者: F Fabrice Bellard

removed incomplete seek patch


Originally committed as revision 73 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 cf087595
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册