Ticket #10759: d3d12va_vp9.diff
| File d3d12va_vp9.diff, 433 bytes (added by , 3 years ago) |
|---|
-
libavcodec/d3d12va_vp9.c
diff --git a/libavcodec/d3d12va_vp9.c b/libavcodec/d3d12va_vp9.c index bb94e18781..2ec6264121 100644
a b static int d3d12va_vp9_decode_init(AVCodecContext *avctx) 148 148 break; 149 149 }; 150 150 151 ctx->max_num_ref = FF_ARRAY_ELEMS(pp.frame_refs) + 1;151 ctx->max_num_ref = FF_ARRAY_ELEMS(pp.frame_refs) + 3; 152 152 153 153 return ff_d3d12va_decode_init(avctx); 154 154 }
