]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/twinvqdec.c
vp9: cosmetics.
[ffmpeg] / libavcodec / twinvqdec.c
index 9fce3c39cfeabf0053c11e814ea9c7ee5da7d60c..67ce0313912b95095717d8c5b9a0d83aaae60580 100644 (file)
@@ -402,6 +402,7 @@ static av_cold int twinvq_decode_init(AVCodecContext *avctx)
     tctx->decode_ppc     = decode_ppc;
     tctx->frame_size     = avctx->bit_rate * tctx->mtab->size
                                            / avctx->sample_rate + 8;
+    tctx->is_6kbps       = 0;
     if (avctx->block_align && avctx->block_align * 8 / tctx->frame_size > 1) {
         av_log(avctx, AV_LOG_ERROR,
                "VQF TwinVQ should have only one frame per packet\n");