summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-06 22:02:51 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-06 22:02:51 +0000
commitf180847af72a028ce0f8220ec4f7de296e569383 (patch)
treeffde65115bc22396e1d803f7ba6ebb60668a11f5 /libmpcodecs/vd.h
parent6662c6b1fca8459bba24c9359cd4a8ca1c4006ad (diff)
downloadmpv-f180847af72a028ce0f8220ec4f7de296e569383.tar.bz2
mpv-f180847af72a028ce0f8220ec4f7de296e569383.tar.xz
new controls added for query/set pp level
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4958 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vd.h')
-rw-r--r--libmpcodecs/vd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/vd.h b/libmpcodecs/vd.h
index 6dd6d16623..2201427fc3 100644
--- a/libmpcodecs/vd.h
+++ b/libmpcodecs/vd.h
@@ -35,6 +35,8 @@ extern vd_functions_t* mpcodecs_vd_drivers[];
#define CONTROL_NA -3
#define VDCTRL_QUERY_FORMAT 3 /* test for availabilty of a format */
+#define VDCTRL_QUERY_MAX_PP_LEVEL 4 /* test for postprocessing support (max level) */
+#define VDCTRL_SET_PP_LEVEL 5 /* test for postprocessing support (max level) */
// callbacks:
int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt);