mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-21 04:33:24 +00:00
mkv: Add support for DVB subtitles
Bug-Id: 833
This commit is contained in:
parent
9a60b1fad0
commit
66a0ac0a80
@ -63,6 +63,7 @@ const CodecTags ff_mkv_codec_tags[]={
|
||||
{"S_ASS" , AV_CODEC_ID_SSA},
|
||||
{"S_SSA" , AV_CODEC_ID_SSA},
|
||||
{"S_VOBSUB" , AV_CODEC_ID_DVD_SUBTITLE},
|
||||
{"S_DVBSUB" , AV_CODEC_ID_DVB_SUBTITLE},
|
||||
{"S_HDMV/PGS" , AV_CODEC_ID_HDMV_PGS_SUBTITLE},
|
||||
|
||||
{"V_DIRAC" , AV_CODEC_ID_DIRAC},
|
||||
|
Loading…
x
Reference in New Issue
Block a user