Mercurial > libavformat.hg
diff isom.c @ 2971:45ffd9c8b23a libavformat
Add non standard id needed for dvd subtitles.
| author | michael |
|---|---|
| date | Sat, 26 Jan 2008 22:55:34 +0000 |
| parents | f3a3115a96e4 |
| children | 4b6a9b61e9dd |
line wrap: on
line diff
--- a/isom.c Sat Jan 26 21:21:55 2008 +0000 +++ b/isom.c Sat Jan 26 22:55:34 2008 +0000 @@ -47,6 +47,7 @@ { 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 }, };
