summaryrefslogtreecommitdiffstats
path: root/ext/kate/gstkatespu.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/kate/gstkatespu.h')
-rw-r--r--ext/kate/gstkatespu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kate/gstkatespu.h b/ext/kate/gstkatespu.h
index a9e841bd..b89e7934 100644
--- a/ext/kate/gstkatespu.h
+++ b/ext/kate/gstkatespu.h
@@ -30,7 +30,7 @@
#define GST_KATE_UINT16_BE(ptr) ( ( ((guint16)((ptr)[0])) <<8) | ((ptr)[1]) )
/* taken off the DVD SPU decoder - now is time for today's WTF ???? */
-#define GST_KATE_STM_TO_GST(stm) ((1024 * (stm)) / 90000)
+#define GST_KATE_STM_TO_GST(stm) ((GST_MSECOND * 1024 * (stm)) / 90)
#define GST_KATE_GST_TO_STM(gst) ((int)(((gst) * 90000 ) / 1024))
#define GST_KATE_SPU_MIME_TYPE "video/x-dvd-subpicture"