mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-31 23:59:34 +00:00
avcodec/mediacodecdec: remove FF_CODEC_CAP_SETS_PKT_DTS flag
It has no effect on receive_frame() decoders. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
5ad78a2684
commit
994dbcdade
@ -577,8 +577,7 @@ const FFCodec ff_ ## short_name ## _mediacodec_decoder = {
|
||||
.flush = mediacodec_decode_flush, \
|
||||
.close = mediacodec_decode_close, \
|
||||
.p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AVOID_PROBING | AV_CODEC_CAP_HARDWARE, \
|
||||
.caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE | \
|
||||
FF_CODEC_CAP_SETS_PKT_DTS, \
|
||||
.caps_internal = FF_CODEC_CAP_NOT_INIT_THREADSAFE, \
|
||||
.bsfs = bsf, \
|
||||
.hw_configs = mediacodec_hw_configs, \
|
||||
.p.wrapper_name = "mediacodec", \
|
||||
|
Loading…
Reference in New Issue
Block a user