summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-03 23:11:29 +0100
committerwm4 <wm4@nowhere>2014-12-03 23:12:22 +0100
commit44edb134439efed7813fd0d985db54ca0eecd388 (patch)
treeef2903227058abeaa6a7e3307c3b0c7048ecd473 /video/mp_image.h
parent185e95ee3d4436e03255759495d783a944e6dfbb (diff)
downloadmpv-44edb134439efed7813fd0d985db54ca0eecd388.tar.bz2
mpv-44edb134439efed7813fd0d985db54ca0eecd388.tar.xz
video: remove things forgotten in previous commit
Oops.
Diffstat (limited to 'video/mp_image.h')
-rw-r--r--video/mp_image.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index 24e9b8d885..03d7e70c9b 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -91,11 +91,8 @@ typedef struct mp_image {
uint8_t *planes[MP_MAX_PLANES];
int stride[MP_MAX_PLANES];
- char * qscale;
- int qstride;
int pict_type; // 0->unknown, 1->I, 2->P, 3->B
int fields;
- int qscale_type; // 0->mpeg1/4/h263, 1->mpeg2
/* redundant */
int chroma_width;