Current version of dvbsub encoder doesn't support HD DVB subtitles. The high
resolution bitmaps are muxed into the stream but without the DDS (display
definition segment) the players asume that the DVB subtitles are in SD
(720x576) resolution which causes them to either render the subtitles too
From: Jernej
Patch with requested changes.
---
libavcodec/dvbsub.c | 19 ---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/libavcodec/dvbsub.c b/libavcodec/dvbsub.c
index 8cce702..a8d43d8 100644
--- a/libavcodec/dvbsub.c
+++ b/libavcodec/dvbsub.c
@@ -247,9 +247,
From: Jernej Fijacko
Current version of dvbsub encoder doesn't support HD DVB subtitles. The high
resolution bitmaps are muxed into the stream but without the DDS (display
definition
segment) the players asume that the DVB subtitles are in SD (720x576) resolution
which causes them to either rend