Commit 630e8901 authored by cehoyos's avatar cehoyos

Support demuxing Blu-ray subtitles in matroska files.

Patch sent to mailing list by Taylor Ralph, taylor D ralph A gmail


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21491 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6deb8533
...@@ -58,6 +58,7 @@ const CodecTags ff_mkv_codec_tags[]={ ...@@ -58,6 +58,7 @@ const CodecTags ff_mkv_codec_tags[]={
{"S_ASS" , CODEC_ID_SSA}, {"S_ASS" , CODEC_ID_SSA},
{"S_SSA" , CODEC_ID_SSA}, {"S_SSA" , CODEC_ID_SSA},
{"S_VOBSUB" , CODEC_ID_DVD_SUBTITLE}, {"S_VOBSUB" , CODEC_ID_DVD_SUBTITLE},
{"S_HDMV/PGS" , CODEC_ID_HDMV_PGS_SUBTITLE},
{"V_DIRAC" , CODEC_ID_DIRAC}, {"V_DIRAC" , CODEC_ID_DIRAC},
{"V_MJPEG" , CODEC_ID_MJPEG}, {"V_MJPEG" , CODEC_ID_MJPEG},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment