summaryrefslogtreecommitdiffstats
path: root/subreader.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-27 23:41:56 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-27 23:41:56 +0000
commit09e742fe2f0ac10a625287b9f5465922fa723833 (patch)
treef06cfd9e2305ef475d013392be3d953e9d01051d /subreader.h
parent16e91ecd0806e698bb9a2e09945728fed8d2ec40 (diff)
downloadmpv-09e742fe2f0ac10a625287b9f5465922fa723833.tar.bz2
mpv-09e742fe2f0ac10a625287b9f5465922fa723833.tar.xz
Add a command line option (-sub-no-text-pp) to disable subtitles
postprocessing, ie. { } removal etc. patch by Salvador Eduardo Tropea <salvador@inti.gov.ar> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9127 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'subreader.h')
-rw-r--r--subreader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/subreader.h b/subreader.h
index 4022d4fc8a..f3ef2e4c4e 100644
--- a/subreader.h
+++ b/subreader.h
@@ -5,6 +5,7 @@ extern int sub_uses_time;
extern int sub_errs;
extern int sub_num; // number of subtitle structs
extern int suboverlap_enabled;
+extern int sub_no_text_pp; // disable text post-processing
// subtitle formats
#define SUB_INVALID -1