video: remove redundant codec parameters

Remove coded_width and coded_height. This was originally added in commit
fd7dde40, when BITMAPINFOHEADER was killed. The separate fields became
redundant in commit e68f4be1. Remove them (nothing passed to the
decoders actually changes with _this_ commit).
This commit is contained in:
wm4
2015-02-24 11:56:48 +01:00
parent b629da9a40
commit 5baf74fa24
3 changed files with 0 additions and 8 deletions

View File

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