You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -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,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user