diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 013752620e..8e8685c4a3 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -2448,7 +2448,7 @@ static const AVCodecDescriptor codec_descriptors[] = { }, { .id = AV_CODEC_ID_SMPTE_KLV, - .type = AVMEDIA_TYPE_SUBTITLE, + .type = AVMEDIA_TYPE_DATA, .name = "klv", .long_name = NULL_IF_CONFIG_SMALL("SMPTE 336M Key-Length-Value (KLV) metadata"), },