mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
removed incomplete seek patch
Originally committed as revision 73 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cf0875950d
commit
ce6758821d
@ -107,10 +107,6 @@ static int h263_decode_frame(AVCodecContext *avctx,
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return -1;
|
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);
|
MPV_frame_start(s);
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user