From 5dd5dc66c174a5c3c4a8789572445466fd04f2e7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 18 Dec 2015 02:04:40 +0100 Subject: sub: remove unused video width/height headers Apparently, this was replaced by the SD_CTRL_SET_VIDEO_PARAMS set dimensions. But I can't find out when this happened - possibly, these fields were never used by sd_lavc.c, and only by the (long removed) MPlayer dvdsub decoder. --- sub/sd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sub/sd.h') diff --git a/sub/sd.h b/sub/sd.h index 2d9207dc48..c73f74e151 100644 --- a/sub/sd.h +++ b/sub/sd.h @@ -17,11 +17,6 @@ struct sd { void *priv; struct sh_stream *sh; - - // Video resolution used for subtitle decoding. Doesn't necessarily match - // the resolution of the VO, nor does it have to be the OSD resolution. - int sub_video_w, sub_video_h; - double video_fps; // Shared renderer for ASS - done to avoid reloading embedded fonts. -- cgit v1.2.3