|
|
|
@@ -266,7 +266,7 @@ AVCodec ff_hevc_qsv_decoder = { |
|
|
|
.decode = qsv_decode_frame, |
|
|
|
.flush = qsv_decode_flush, |
|
|
|
.close = qsv_decode_close, |
|
|
|
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_DR1, |
|
|
|
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_DR1 | AV_CODEC_CAP_AVOID_PROBING, |
|
|
|
.priv_class = &hevc_class, |
|
|
|
.pix_fmts = (const enum AVPixelFormat[]){ AV_PIX_FMT_NV12, |
|
|
|
AV_PIX_FMT_QSV, |
|
|
|
@@ -304,7 +304,7 @@ AVCodec ff_h264_qsv_decoder = { |
|
|
|
.decode = qsv_decode_frame, |
|
|
|
.flush = qsv_decode_flush, |
|
|
|
.close = qsv_decode_close, |
|
|
|
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_DR1, |
|
|
|
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_DR1 | AV_CODEC_CAP_AVOID_PROBING, |
|
|
|
.priv_class = &class, |
|
|
|
.pix_fmts = (const enum AVPixelFormat[]){ AV_PIX_FMT_NV12, |
|
|
|
AV_PIX_FMT_QSV, |
|
|
|
|