summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-01-26 22:55:34 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-01-26 22:55:34 +0000
commite73e3a926d1d16ea3176794ea512e8ccdb3a9754 (patch)
tree61d592c0dc4e73929913683ff82a2e7a35a42628 /libavformat/isom.c
parent7dfc1fdea27b3378b929188f2cd6b5b650c14671 (diff)
Add non standard id needed for dvd subtitles.
Originally committed as revision 11626 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index f20d8568ac..c0af2d2bbe 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -47,6 +47,7 @@ const AVCodecTag ff_mp4_obj_type[] = {
{ CODEC_ID_JPEG2000 , 110 }, /* 15444-1 */
{ CODEC_ID_VC1 , 163 },
{ CODEC_ID_VORBIS , 221 }, /* non standard, gpac uses it */
+ { CODEC_ID_DVD_SUBTITLE, 224 }, /* non standard, see unsupported-embedded-subs-2.mp4 */
{ CODEC_ID_QCELP , 225 },
{ 0, 0 },
};