summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
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];