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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index 70e9b9e138..d321a27285 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -64,8 +64,7 @@ struct mp_image_params {
enum mp_chroma_location chroma_location;
// The image should be rotated clockwise (0-359 degrees).
int rotate;
- enum mp_stereo3d_mode stereo_in; // image is encoded with this mode
- enum mp_stereo3d_mode stereo_out; // should be displayed with this mode
+ enum mp_stereo3d_mode stereo3d; // image is encoded with this mode
struct mp_spherical_params spherical;
};