OSDN Git Service

codec_desc: AV_CODEC_ID_SMPTE_KLV is data
authorPeter Ross <pross@xvid.org>
Mon, 10 Dec 2012 10:02:51 +0000 (21:02 +1100)
committerPeter Ross <pross@xvid.org>
Mon, 10 Dec 2012 10:08:09 +0000 (21:08 +1100)
libavcodec/codec_desc.c

index 0137526..8e8685c 100644 (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"),
     },