summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2012-12-10 21:02:51 +1100
committerPeter Ross <pross@xvid.org>2012-12-10 21:08:09 +1100
commite044cd4123faca906ae5c5108b7d2b6b173736cb (patch)
tree8d03955162ee7336cb868c538b07b41555de0807 /libavcodec/codec_desc.c
parent7aabeea9ba0e557e834c886de5ea4db8e9a5193d (diff)
codec_desc: AV_CODEC_ID_SMPTE_KLV is data
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c2
1 files changed, 1 insertions, 1 deletions
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"),
},