mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-12 20:20:47 +08: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,
|
||||
.encode_sub = ttml_encode_frame,
|
||||
.close = ttml_encode_close,
|
||||
.capabilities = FF_CODEC_CAP_INIT_CLEANUP,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
|
||||
};
|
||||
|
Reference in New Issue
Block a user