[FFmpeg-cvslog] avcodec/ttmlenc: Don't confuse capabilities and caps_internal
Andreas Rheinhardt
git at videolan.org
Wed May 12 09:27:10 EEST 2021
ffmpeg | branch: release/4.4 | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri May 7 05:19:41 2021 +0200| [70d1af569067ee46117237ad1e339a564759bddf] | committer: Andreas Rheinhardt
avcodec/ttmlenc: Don't confuse capabilities and caps_internal
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
(cherry picked from commit 14a6025384ea7ebb97c6b718fbc91438abf94f37)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70d1af569067ee46117237ad1e339a564759bddf
---
libavcodec/ttmlenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/ttmlenc.c b/libavcodec/ttmlenc.c
index 3972b4368c..695651bb94 100644
--- a/libavcodec/ttmlenc.c
+++ b/libavcodec/ttmlenc.c
@@ -206,5 +206,5 @@ AVCodec ff_ttml_encoder = {
.init = ttml_encode_init,
.encode_sub = ttml_encode_frame,
.close = ttml_encode_close,
- .capabilities = FF_CODEC_CAP_INIT_CLEANUP,
+ .caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
};
More information about the ffmpeg-cvslog
mailing list