diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-05-31 09:31:04 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-04 00:28:28 +0200 |
commit | 235bf1dab5315af84086eddbc92e8d2eb49e51f0 (patch) | |
tree | 1d62cd156107895fe6923c7983ff7766c24d5d38 /libavformat/riff.c | |
parent | fa570a5548a39a5d55f68a54766f0d0383776512 (diff) | |
download | ffmpeg-235bf1dab5315af84086eddbc92e8d2eb49e51f0.tar.gz |
riff: add ISMP/timecode tag
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 87176c255f..7dc8a5f0a3 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -394,6 +394,7 @@ const AVMetadataConv ff_riff_info_conv[] = { { "IPRT", "track" }, { "ITRK", "track" }, { "ISFT", "encoder" }, + { "ISMP", "timecode" }, { "ITCH", "encoded_by" }, { 0 }, }; |