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/avcodec.h | |
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/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index bbf3381694..dde4253ece 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -469,6 +469,7 @@ enum AVCodecID { AV_CODEC_ID_XBIN = MKBETAG('X','B','I','N'), AV_CODEC_ID_IDF = MKBETAG( 0 ,'I','D','F'), AV_CODEC_ID_OTF = MKBETAG( 0 ,'O','T','F'), + AV_CODEC_ID_SMPTE_KLV = MKBETAG('K','L','V','A'), AV_CODEC_ID_PROBE = 0x19000, ///< codec_id is not known (like AV_CODEC_ID_NONE) but lavf should attempt to identify it |