]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/qpeg.c
Remove hackish support for the non-free fixed-point AMR-NB reference code.
[ffmpeg] / libavcodec / qpeg.c
index 3c597e8df61c2ce0548e284c4cea9f16c0c21e0c..d995bc3b7262627f8072a70925c88704d86594be 100644 (file)
@@ -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);