Fix playback of DVB subtitles in tvheadend recordings

This commit is contained in:
Mikael Lund Jepsen 2012-07-07 09:58:07 -07:00
parent fb9b8c1d73
commit 944e34daeb

View File

@ -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},