mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
rkmppdec: move AV_CODEC_CAP_AVOID_PROBING to the correct field
AVCodec.caps_internal doesn't hold this field. (Untested.)
This commit is contained in:
parent
55eebf2a11
commit
1083859cb8
@ -588,8 +588,7 @@ static const AVCodecHWConfigInternal *rkmpp_hw_configs[] = {
|
|||||||
.receive_frame = rkmpp_receive_frame, \
|
.receive_frame = rkmpp_receive_frame, \
|
||||||
.flush = rkmpp_flush, \
|
.flush = rkmpp_flush, \
|
||||||
.priv_class = &rkmpp_##NAME##_dec_class, \
|
.priv_class = &rkmpp_##NAME##_dec_class, \
|
||||||
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_HARDWARE, \
|
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AVOID_PROBING | AV_CODEC_CAP_HARDWARE, \
|
||||||
.caps_internal = AV_CODEC_CAP_AVOID_PROBING, \
|
|
||||||
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_DRM_PRIME, \
|
.pix_fmts = (const enum AVPixelFormat[]) { AV_PIX_FMT_DRM_PRIME, \
|
||||||
AV_PIX_FMT_NONE}, \
|
AV_PIX_FMT_NONE}, \
|
||||||
.hw_configs = rkmpp_hw_configs, \
|
.hw_configs = rkmpp_hw_configs, \
|
||||||
|
Loading…
Reference in New Issue
Block a user