decode.c: remove dead assignment

This commit is contained in:
Ronald S. Bultje
2022-02-16 18:00:27 -05:00
parent 239c951f2e
commit 00d4715ca2
-2
View File
@@ -3231,8 +3231,6 @@ int dav1d_decode_frame_init(Dav1dFrameContext *const f) {
if (ret < 0) goto error;
}
retval = DAV1D_ERR(EINVAL);
// setup dequant tables
init_quant_tables(f->seq_hdr, f->frame_hdr, f->frame_hdr->quant.yac, f->dq);
if (f->frame_hdr->quant.qm)