1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-08 16:56:57 +02:00

codec_desc: AV_CODEC_ID_SMPTE_KLV is data

This commit is contained in:
Peter Ross 2012-12-10 21:02:51 +11:00
parent 7aabeea9ba
commit e044cd4123

View File

@ -2448,7 +2448,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
}, },
{ {
.id = AV_CODEC_ID_SMPTE_KLV, .id = AV_CODEC_ID_SMPTE_KLV,
.type = AVMEDIA_TYPE_SUBTITLE, .type = AVMEDIA_TYPE_DATA,
.name = "klv", .name = "klv",
.long_name = NULL_IF_CONFIG_SMALL("SMPTE 336M Key-Length-Value (KLV) metadata"), .long_name = NULL_IF_CONFIG_SMALL("SMPTE 336M Key-Length-Value (KLV) metadata"),
}, },