[FFmpeg-cvslog] isom: Add support for TSCC2

Luca Barbato git at videolan.org
Tue Mar 17 20:14:59 CET 2015


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Mar 16 14:18:45 2015 +0100| [96dd04427fc46e5e25a5ac1f00753207e3aedb0c] | committer: Luca Barbato

isom: Add support for TSCC2

As produced by Camtasia 4.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=96dd04427fc46e5e25a5ac1f00753207e3aedb0c
---

 libavformat/isom.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index cd532aa..92b743e 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -58,6 +58,7 @@ const AVCodecTag ff_mp4_obj_type[] = {
     { AV_CODEC_ID_DIRAC       , 0xA4 },
     { AV_CODEC_ID_AC3         , 0xA5 },
     { AV_CODEC_ID_DTS         , 0xA9 }, /* mp4ra.org */
+    { AV_CODEC_ID_TSCC2       , 0xD0 }, /* non standard, camtasia uses it */
     { AV_CODEC_ID_VORBIS      , 0xDD }, /* non standard, gpac uses it */
     { AV_CODEC_ID_DVD_SUBTITLE, 0xE0 }, /* non standard, see unsupported-embedded-subs-2.mp4 */
     { AV_CODEC_ID_QCELP       , 0xE1 },



More information about the ffmpeg-cvslog mailing list