From 6fe43d0d87ecf783635b932afb7261153e65a86b Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 13 May 2002 20:41:20 +0000 Subject: patch fixes broken detecniou of AQTitle subtiles and adds support for subtitles created by subrip 0.9 - by Jiri.Svoboda@seznam.cz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6077 b3059339-0415-0410-9bf9-f77b7e298cf2 --- subreader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'subreader.h') diff --git a/subreader.h b/subreader.h index 0ea688a63e..3f494d6b7c 100644 --- a/subreader.h +++ b/subreader.h @@ -18,6 +18,7 @@ extern int sub_num; // number of subtitle structs #define SUB_MPSUB 8 #define SUB_AQTITLE 9 #define SUB_SUBVIEWER2 10 +#define SUB_SUBRIP09 11 // One of the SUB_* constant above extern int sub_format; -- cgit v1.2.3