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.
This commit is contained in:
wm4
2015-12-18 02:04:40 +01:00
parent 00135a87f0
commit 5dd5dc66c1
4 changed files with 0 additions and 17 deletions

View File

@@ -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.