[MPlayer-dev-eng] [patch] ASS & -subdelay not working due to a typo
Jindrich Makovicka
makovick at gmail.com
Fri Oct 13 22:12:29 CEST 2006
There is a typo in the extern specification making -subdelay
ineffective with ASS subtitles. Trivial patch follows.
--- vf_vo.c (revision 20199)
+++ vf_vo.c (working copy)
@@ -19,7 +19,7 @@
//===========================================================================//
extern int sub_visibility;
-extern double sub_delay;
+extern float sub_delay;
typedef struct vf_vo_data_s {
double pts;
--
Jindrich Makovicka
More information about the MPlayer-dev-eng
mailing list