mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
isom: Add support for TSCC2
As produced by Camtasia 4.
This commit is contained in:
parent
91894f27dc
commit
96dd04427f
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user