summaryrefslogtreecommitdiffstats
path: root/libavcodec/libdav1d.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-11-28 22:40:23 -0300
committerJames Almer <jamrial@gmail.com>2018-11-28 23:04:03 -0300
commit53ca505acc533edd2e3333f76a324c0ed0a98ee0 (patch)
tree15ddda405366544e0ddda9ecdd7007acecdb70a4 /libavcodec/libdav1d.c
parentffec9d32feaff7075c0b150f1168e08aeb4a296a (diff)
downloadffmpeg-streaming-53ca505acc533edd2e3333f76a324c0ed0a98ee0.zip
ffmpeg-streaming-53ca505acc533edd2e3333f76a324c0ed0a98ee0.tar.gz
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@gmail.com>
Diffstat (limited to 'libavcodec/libdav1d.c')
-rw-r--r--libavcodec/libdav1d.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/libdav1d.c b/libavcodec/libdav1d.c
index d927f11..cfa0144 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",
};
OpenPOWER on IntegriCloud