summaryrefslogtreecommitdiff
path: root/mkvlib/ass2pgs.go
diff options
context:
space:
mode:
authorb5f0d6c3 <[email protected]>2022-03-10 00:24:55 +0800
committerb5f0d6c3 <[email protected]>2022-03-10 00:24:55 +0800
commit4ab65022538472627dba5819b2e62d431b37fe6d (patch)
treec66bb57a899afb294cc8acc0eea6be49405687f9 /mkvlib/ass2pgs.go
parentebfdeb65631a0681373c3c2e6ce9661eb8c7aefa (diff)
update mkvlib: add ass to psg support.
Diffstat (limited to 'mkvlib/ass2pgs.go')
-rw-r--r--mkvlib/ass2pgs.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/mkvlib/ass2pgs.go b/mkvlib/ass2pgs.go
new file mode 100644
index 0000000..33c1b19
--- /dev/null
+++ b/mkvlib/ass2pgs.go
@@ -0,0 +1,7 @@
+//go:build !windows || (windows && 386)
+
+package mkvlib
+
+func ass2Pgs(input []string, resolution, frameRate int, fontsDir string, output string, lcb logCallback) bool {
+ return false
+}