mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/libdav1d: 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
62cb9d97c1
commit
5ad78a2684
@ -698,7 +698,7 @@ const FFCodec ff_libdav1d_decoder = {
|
||||
.flush = libdav1d_flush,
|
||||
FF_CODEC_RECEIVE_FRAME_CB(libdav1d_receive_frame),
|
||||
.p.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS,
|
||||
.caps_internal = FF_CODEC_CAP_SETS_PKT_DTS | FF_CODEC_CAP_SETS_FRAME_PROPS |
|
||||
.caps_internal = FF_CODEC_CAP_SETS_FRAME_PROPS |
|
||||
FF_CODEC_CAP_AUTO_THREADS,
|
||||
.p.priv_class = &libdav1d_class,
|
||||
.p.wrapper_name = "libdav1d",
|
||||
|
Loading…
Reference in New Issue
Block a user