summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-03 15:19:33 +0100
committerwm4 <wm4@nowhere>2015-03-03 15:19:33 +0100
commitb3401e8972399ecccff6c639cb845939ee6a8efc (patch)
treef046db307d57cc5a97a3e7e5baa11326765b272e /demux/stheader.h
parent22d11d7b3a4f82128245ed5e0b7dfc91755ad188 (diff)
downloadmpv-b3401e8972399ecccff6c639cb845939ee6a8efc.tar.bz2
mpv-b3401e8972399ecccff6c639cb845939ee6a8efc.tar.xz
sub: this isn't needed either
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index d0f409742f..fbfba01367 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -93,7 +93,6 @@ typedef struct sh_video {
typedef struct sh_sub {
unsigned char *extradata; // extra header data passed from demuxer
int extradata_len;
- int w, h; // mp4 vobsubs
double frame_based; // timestamps are frame-based (and this is the
// fallback framerate used for timestamps)
bool is_utf8; // if false, subtitle packet charset is unknown