ffmpeg | branch: release/4.4 | Andreas Rheinhardt 
<andreas.rheinha...@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.rheinha...@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,
 };

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to