comparison libmpcodecs/vf.h @ 25223:578feac808bd

vf_equalizer_t string is constant
author reimar
date Sun, 02 Dec 2007 15:22:06 +0000
parents f60d9ef45902
children 6ac1ece1f9fe
comparison
equal deleted inserted replaced
25222:6363544eb53c 25223:578feac808bd
60 // control codes: 60 // control codes:
61 #include "mpc_info.h" 61 #include "mpc_info.h"
62 62
63 typedef struct vf_seteq_s 63 typedef struct vf_seteq_s
64 { 64 {
65 char *item; 65 const char *item;
66 int value; 66 int value;
67 } vf_equalizer_t; 67 } vf_equalizer_t;
68 68
69 #define VFCTRL_QUERY_MAX_PP_LEVEL 4 /* test for postprocessing support (max level) */ 69 #define VFCTRL_QUERY_MAX_PP_LEVEL 4 /* test for postprocessing support (max level) */
70 #define VFCTRL_SET_PP_LEVEL 5 /* set postprocessing level */ 70 #define VFCTRL_SET_PP_LEVEL 5 /* set postprocessing level */