mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-13 21:26:33 +02:00
avcodec/ttmlenc: Don't confuse capabilities and caps_internal
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
74dce63f9a
commit
14a6025384
@ -392,5 +392,5 @@ const AVCodec ff_ttml_encoder = {
|
|||||||
.init = ttml_encode_init,
|
.init = ttml_encode_init,
|
||||||
.encode_sub = ttml_encode_frame,
|
.encode_sub = ttml_encode_frame,
|
||||||
.close = ttml_encode_close,
|
.close = ttml_encode_close,
|
||||||
.capabilities = FF_CODEC_CAP_INIT_CLEANUP,
|
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user