summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
authoraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-27 22:51:22 +0000
committeraurel <aurel@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-27 22:51:22 +0000
commit97293969b40797442ec0f612b89a89ace8804561 (patch)
tree30e3b1135c0279a576e9e03ed64788a08a916b44 /libmpdemux/stheader.h
parent472bf28b5ec3208ee0ba5fc3801dc49f631c8588 (diff)
downloadmpv-97293969b40797442ec0f612b89a89ace8804561.tar.bz2
mpv-97293969b40797442ec0f612b89a89ace8804561.tar.xz
Factorize vobsub idx/extradata handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27841 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index 4f2266be8b..07ecfaeded 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -97,12 +97,6 @@ typedef struct {
typedef struct {
int sid;
char type; // t = text, v = VobSub, a = SSA/ASS
- int has_palette; // If we have a valid palette
- unsigned int palette[16]; // for VobSubs
- int width, height; // for VobSubs
- int custom_colors;
- unsigned int colors[4];
- int forced_subs_only;
unsigned char* extradata; // extra header data passed from demuxer
int extradata_len;
#ifdef CONFIG_ASS