mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
5
sub/sd.h
5
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.
|
||||
|
||||
Reference in New Issue
Block a user