summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-24 11:56:48 +0100
committerwm4 <wm4@nowhere>2015-02-24 11:56:48 +0100
commit5baf74fa24493298fc83336da77f400ddac29d55 (patch)
tree075a544ae6c34e21020eaea96e4dc976437fe936 /demux/stheader.h
parentb629da9a40673ccd67bf7661cfdd10c8f79f6eaa (diff)
downloadmpv-5baf74fa24493298fc83336da77f400ddac29d55.tar.bz2
mpv-5baf74fa24493298fc83336da77f400ddac29d55.tar.xz
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).
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 2b5b43702f..d0f409742f 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -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