diff options
Diffstat (limited to 'contrib/ffmpeg/libavcodec/qpeg.c')
-rw-r--r-- | contrib/ffmpeg/libavcodec/qpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ffmpeg/libavcodec/qpeg.c b/contrib/ffmpeg/libavcodec/qpeg.c index 3c597e8df..d995bc3b7 100644 --- a/contrib/ffmpeg/libavcodec/qpeg.c +++ b/contrib/ffmpeg/libavcodec/qpeg.c @@ -293,7 +293,6 @@ static int decode_init(AVCodecContext *avctx){ a->avctx = avctx; avctx->pix_fmt= PIX_FMT_PAL8; - avctx->has_b_frames = 0; a->pic.data[0] = NULL; a->refdata = av_malloc(avctx->width * avctx->height); |