[FFmpeg-cvslog] avcodec/libdav1d: remove init cleanup internal codec cap
James Almer
git at videolan.org
Thu Nov 29 04:10:11 EET 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Nov 28 22:40:23 2018 -0300| [53ca505acc533edd2e3333f76a324c0ed0a98ee0] | committer: James Almer
avcodec/libdav1d: remove init cleanup internal codec cap
It's no longer needed now that the AVFifoBuffer was removed.
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=53ca505acc533edd2e3333f76a324c0ed0a98ee0
---
libavcodec/libdav1d.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libavcodec/libdav1d.c b/libavcodec/libdav1d.c
index d927f11a9e..cfa014455e 100644
--- a/libavcodec/libdav1d.c
+++ b/libavcodec/libdav1d.c
@@ -245,8 +245,7 @@ AVCodec ff_libdav1d_decoder = {
.flush = libdav1d_flush,
.receive_frame = libdav1d_receive_frame,
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AUTO_THREADS,
- .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP |
- FF_CODEC_CAP_SETS_PKT_DTS,
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_SETS_PKT_DTS,
.priv_class = &libdav1d_class,
.wrapper_name = "libdav1d",
};
More information about the ffmpeg-cvslog
mailing list