mirror of https://github.com/mpv-player/mpv
sub: remove unused sub_bitmaps.scaled field
This commit is contained in:
parent
8ed32e90c9
commit
ea23a86f49
|
@ -436,5 +436,4 @@ void osd_rescale_bitmaps(struct sub_bitmaps *imgs, int frame_w, int frame_h,
|
|||
bi->dw = (int)(bi->w * xscale + 0.5);
|
||||
bi->dh = (int)(bi->h * yscale + 0.5);
|
||||
}
|
||||
imgs->scaled = xscale != 1 || yscale != 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue