Mercurial > libavformat.hg
changeset 2971:45ffd9c8b23a libavformat
Add non standard id needed for dvd subtitles.
author | michael |
---|---|
date | Sat, 26 Jan 2008 22:55:34 +0000 |
parents | ed7e36770ee5 |
children | bc330130bdce |
files | isom.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 }, };