Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/tscc.c')
-rw-r--r--libavcodec/tscc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c
index c2c04f14f3..1453eb568a 100644
--- a/libavcodec/tscc.c
+++ b/libavcodec/tscc.c
@@ -261,7 +261,6 @@ static int decode_init(AVCodecContext *avctx)
int zret; // Zlib return code
c->avctx = avctx;
- avctx->has_b_frames = 0;
c->pic.data[0] = NULL;
c->height = avctx->height;