mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
lavc/qsvenc: Fix compilation for some build environments.
Reported and tested by Sean Darcy.
This commit is contained in:
parent
32ba563cfc
commit
a2fbdc6898
@ -824,7 +824,9 @@ static int qsv_retrieve_enc_vp9_params(AVCodecContext *avctx, QSVEncContext *q)
|
||||
#endif
|
||||
|
||||
mfxExtBuffer *ext_buffers[] = {
|
||||
#if QSV_HAVE_EXT_VP9_PARAM
|
||||
(mfxExtBuffer*)&vp9_extend_buf,
|
||||
#endif
|
||||
#if QSV_HAVE_CO2
|
||||
(mfxExtBuffer*)&co2,
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user