mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
lavc/qsvenc: Fix compilation for some build environments.
Reported and tested by Sean Darcy.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user