Commit e044cd41 authored by Peter Ross's avatar Peter Ross

codec_desc: AV_CODEC_ID_SMPTE_KLV is data

parent 7aabeea9
...@@ -2448,7 +2448,7 @@ static const AVCodecDescriptor codec_descriptors[] = { ...@@ -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"),
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment