[FFmpeg-devel] [PATCH]Add Camtasia TSCC2 mp4 object type
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed May 21 22:23:16 CEST 2014
Hi!
Imo, this should only get applied if somebody verifies that remuxing works.
Carl Eugen
-------------- next part --------------
diff --git a/libavformat/isom.c b/libavformat/isom.c
index b34398b..6fc6fcb 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 },
{ 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-devel
mailing list