summaryrefslogtreecommitdiffstats
path: root/sub/sd.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 /sub/sd.h
parent22d11d7b3a4f82128245ed5e0b7dfc91755ad188 (diff)
downloadmpv-b3401e8972399ecccff6c639cb845939ee6a8efc.tar.bz2
mpv-b3401e8972399ecccff6c639cb845939ee6a8efc.tar.xz
sub: this isn't needed either
Diffstat (limited to 'sub/sd.h')
-rw-r--r--sub/sd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sub/sd.h b/sub/sd.h
index 3f348fcb32..7b2399056a 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -25,9 +25,6 @@ struct sd {
// the resolution of the VO, nor does it have to be the OSD resolution.
int sub_video_w, sub_video_h;
- // Resolution hints stored in mp4 files.
- int sub_stream_w, sub_stream_h;
-
// Shared renderer for ASS - done to avoid reloading embedded fonts.
struct ass_library *ass_library;
struct ass_renderer *ass_renderer;