summaryrefslogtreecommitdiffstats
path: root/subreader.h
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-29 10:53:19 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-29 10:53:19 +0000
commit9c1a921ef3dc5e67f9b2cb98b6d59545c3cb68f0 (patch)
tree8377ce7c7fb2f71effcc11c275ea757e57e1354f /subreader.h
parentd578d8c865677b728fac6d9f5ebe750dd5b2e755 (diff)
downloadmpv-9c1a921ef3dc5e67f9b2cb98b6d59545c3cb68f0.tar.bz2
mpv-9c1a921ef3dc5e67f9b2cb98b6d59545c3cb68f0.tar.xz
Fix the PJS (aka dunnowhat) subtitles
patch by Salvador Eduardo Tropea <salvador@inti.gov.ar> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11874 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'subreader.h')
-rw-r--r--subreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/subreader.h b/subreader.h
index 708b4a8945..f1809a441d 100644
--- a/subreader.h
+++ b/subreader.h
@@ -14,7 +14,7 @@ extern int sub_match_fuzziness;
#define SUB_VPLAYER 4
#define SUB_RT 5
#define SUB_SSA 6
-#define SUB_DUNNOWHAT 7 // FIXME what format is it ?
+#define SUB_PJS 7
#define SUB_MPSUB 8
#define SUB_AQTITLE 9
#define SUB_SUBVIEWER2 10