Joey <[email protected]> added the comment:

Removed extra line and uploaded patch

----------
priority: normal -> minor
substatus: new -> fixed
type: bug -> patch

________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue2343>
________________________________________________
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 04417c2..9139b52 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -412,7 +412,6 @@ retry:
             GetBitContext gb;
 
             init_get_bits(&gb, s->avctx->extradata, s->avctx->extradata_size*8);
-            ret = ff_mpeg4_decode_picture_header(s, &gb);
         }
         ret = ff_mpeg4_decode_picture_header(s, &s->gb);
     } else if (CONFIG_H263I_DECODER && s->codec_id == CODEC_ID_H263I) {

Reply via email to