Add Bluray Subtitle Support

Patch by Stephen Backway, stev391 A exemail D com D au

Originally committed as revision 19699 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stephen Backway
2009-08-25 08:47:39 +00:00
committed by Carl Eugen Hoyos
parent 49056037a8
commit c58b82a29b
7 changed files with 473 additions and 1 deletions

View File

@@ -507,6 +507,7 @@ static const StreamType ISO_types[] = {
static const StreamType HDMV_types[] = {
{ 0x81, CODEC_TYPE_AUDIO, CODEC_ID_AC3 },
{ 0x82, CODEC_TYPE_AUDIO, CODEC_ID_DTS },
{ 0x90, CODEC_TYPE_SUBTITLE, CODEC_ID_HDMV_PGS_SUBTITLE },
{ 0 },
};