summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-10 21:02:16 +0200
committerwm4 <wm4@nowhere>2015-04-10 21:02:16 +0200
commit41151122e73f82d0bc9a806c80165878e930dc07 (patch)
tree6db2f28cf57cba6fcfe20f9229c4b9e27343cca1 /video/mp_image.h
parentb3495d9ccf5ad1d5d84284affed1083eee5887ee (diff)
downloadmpv-41151122e73f82d0bc9a806c80165878e930dc07.tar.bz2
mpv-41151122e73f82d0bc9a806c80165878e930dc07.tar.xz
mp_image: remove redundant chroma_x/y_shift fields
Diffstat (limited to 'video/mp_image.h')
-rw-r--r--video/mp_image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index 95fe8ad20e..92f779136c 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -85,8 +85,6 @@ typedef struct mp_image {
struct mp_imgfmt_desc fmt;
enum mp_imgfmt imgfmt;
int num_planes;
- int chroma_x_shift; // horizontal
- int chroma_y_shift; // vertical
int w,h; // visible dimensions
uint8_t *planes[MP_MAX_PLANES];