[SCM] libav/experimental: riff: add ISMP/timecode tag

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:36 UTC 2014


The following commit has been merged in the experimental branch:
commit 235bf1dab5315af84086eddbc92e8d2eb49e51f0
Author: Clément Bœsch <clement.boesch at smartjog.com>
Date:   Thu May 31 09:31:04 2012 +0200

    riff: add ISMP/timecode tag

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 87176c2..7dc8a5f 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 },
 };
diff --git a/libavformat/riffenc.c b/libavformat/riffenc.c
index 681a930..8479d9d 100644
--- a/libavformat/riffenc.c
+++ b/libavformat/riffenc.c
@@ -257,7 +257,7 @@ void ff_riff_write_info_tag(AVIOContext *pb, const char *tag, const char *str)
 static const char riff_tags[][5] = {
     "IARL", "IART", "ICMS", "ICMT", "ICOP", "ICRD", "ICRP", "IDIM", "IDPI",
     "IENG", "IGNR", "IKEY", "ILGT", "ILNG", "IMED", "INAM", "IPLT", "IPRD",
-    "IPRT", "ITRK", "ISBJ", "ISFT", "ISHP", "ISRC", "ISRF", "ITCH",
+    "IPRT", "ITRK", "ISBJ", "ISFT", "ISHP", "ISMP", "ISRC", "ISRF", "ITCH",
     { 0 }
 };
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list