From b3401e8972399ecccff6c639cb845939ee6a8efc Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 3 Mar 2015 15:19:33 +0100 Subject: sub: this isn't needed either --- sub/sd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sub/sd.h') 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; -- cgit v1.2.3