It has no effect on receive_frame() decoders.
Signed-off-by: James Almer <[email protected]>
---
libavcodec/mediacodecdec.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c
index 21464900d1..44f55947be 100644
--- a/libavcodec/mediacodecdec.c
+++ b/libavcodec/mediacodecdec.c
@@ -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",
\
--
2.41.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".