summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-08-11 19:15:52 +0000
committerFabrice Bellard <fabrice@bellard.org>2001-08-11 19:15:52 +0000
commitce6758821dd945faee8d113a6b0d79c401727f77 (patch)
tree2e6dbe96e4f74cec17abf257612f063ec85d3d84 /libavcodec
parentcf0875950d75da6b5cb4ffea6ff2f4220db7e229 (diff)
downloadffmpeg-streaming-ce6758821dd945faee8d113a6b0d79c401727f77.zip
ffmpeg-streaming-ce6758821dd945faee8d113a6b0d79c401727f77.tar.gz
removed incomplete seek patch
Originally committed as revision 73 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h263dec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index e2c4d20..8bbd3a7 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -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
OpenPOWER on IntegriCloud