mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
video: remove redundant codec parameters
Remove coded_width and coded_height. This was originally added in commitfd7dde40, when BITMAPINFOHEADER was killed. The separate fields became redundant in commite68f4be1. Remove them (nothing passed to the decoders actually changes with _this_ commit).
This commit is contained in:
@@ -83,7 +83,6 @@ typedef struct sh_video {
|
||||
float aspect; // aspect ratio stored in the file (for prescaling)
|
||||
int bitrate; // compressed bits/sec
|
||||
int bits_per_coded_sample;
|
||||
int coded_width, coded_height;
|
||||
unsigned char *extradata;
|
||||
int extradata_len;
|
||||
int disp_w, disp_h; // display size
|
||||
|
||||
Reference in New Issue
Block a user