diff options
author | Peter Ross <pross@xvid.org> | 2012-12-09 22:42:54 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-09 17:15:46 +0100 |
commit | 9282fbb9ad7e7012c9a7e1af71f157a610cca724 (patch) | |
tree | 3c0958d8214a7af451f499c9a4fb1fd9e6b2db70 /libavcodec/codec_desc.c | |
parent | 3193a5cdbf4dac52d80f6e0e1f5b40a1a61a129e (diff) | |
download | ffmpeg-9282fbb9ad7e7012c9a7e1af71f157a610cca724.tar.gz |
mpegts: demux asynchronous SMPTE 336M Key-Length-Value (KLV) metadata
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 5e4f357457..013752620e 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -2446,6 +2446,12 @@ static const AVCodecDescriptor codec_descriptors[] = { .long_name = NULL_IF_CONFIG_SMALL("iCEDraw text"), .props = AV_CODEC_PROP_INTRA_ONLY, }, + { + .id = AV_CODEC_ID_SMPTE_KLV, + .type = AVMEDIA_TYPE_SUBTITLE, + .name = "klv", + .long_name = NULL_IF_CONFIG_SMALL("SMPTE 336M Key-Length-Value (KLV) metadata"), + }, }; |