Browse Source

codec_desc: AV_CODEC_ID_SMPTE_KLV is data

tags/n1.1
Peter Ross 13 years ago
parent
commit
e044cd4123
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/codec_desc.c

+ 1
- 1
libavcodec/codec_desc.c View File

@@ -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"),
},


Loading…
Cancel
Save