diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 0b851578f0..ef1b6ed62c 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -598,7 +598,7 @@ retry: /* FIXME: By the way H263 decoder is evolving it should have */ /* an H263EncContext */ - if (!avctx->coded_width || !avctx->coded_height) { + if ((!avctx->coded_width || !avctx->coded_height) && 0) { ParseContext pc= s->parse_context; //FIXME move these demuxng hack to avformat s->parse_context.buffer=0;