Browse Source

removed incomplete seek patch

Originally committed as revision 73 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 24 years ago
parent
commit
ce6758821d
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavcodec/h263dec.c

+ 0
- 4
libavcodec/h263dec.c View File

@@ -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


Loading…
Cancel
Save