mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Fix playback of DVB subtitles in tvheadend recordings
This commit is contained in:
parent
fb9b8c1d73
commit
944e34daeb
@ -0,0 +1,10 @@
|
||||
--- a/libavformat/matroska.c 2012-07-07 03:11:59.514972002 -0700
|
||||
+++ b/libavformat/matroska.c 2012-07-07 03:12:49.054969249 -0700
|
||||
@@ -59,6 +59,7 @@
|
||||
{"S_ASS" , CODEC_ID_SSA},
|
||||
{"S_SSA" , CODEC_ID_SSA},
|
||||
{"S_VOBSUB" , CODEC_ID_DVD_SUBTITLE},
|
||||
+ {"S_DVBSUB" , CODEC_ID_DVB_SUBTITLE},
|
||||
{"S_HDMV/PGS" , CODEC_ID_HDMV_PGS_SUBTITLE},
|
||||
|
||||
{"V_DIRAC" , CODEC_ID_DIRAC},
|
Loading…
x
Reference in New Issue
Block a user