diff options
Diffstat (limited to 'contrib/ffmpeg/libavcodec/aasc.c')
-rw-r--r-- | contrib/ffmpeg/libavcodec/aasc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ffmpeg/libavcodec/aasc.c b/contrib/ffmpeg/libavcodec/aasc.c index 6c8e3166e..8f26fae87 100644 --- a/contrib/ffmpeg/libavcodec/aasc.c +++ b/contrib/ffmpeg/libavcodec/aasc.c @@ -52,7 +52,6 @@ static int aasc_decode_init(AVCodecContext *avctx) s->avctx = avctx; avctx->pix_fmt = PIX_FMT_BGR24; - avctx->has_b_frames = 0; s->frame.data[0] = NULL; return 0; |