comparison libmpcodecs/vf.c @ 11249:7fdf58d10719

vf_hue
author michael
date Thu, 23 Oct 2003 18:36:02 +0000
parents 34770e3d9654
children fffd200d81a7
comparison
equal deleted inserted replaced
11248:100fc2ca895e 11249:7fdf58d10719
76 extern vf_info_t vf_info_softpulldown; 76 extern vf_info_t vf_info_softpulldown;
77 extern vf_info_t vf_info_pullup; 77 extern vf_info_t vf_info_pullup;
78 extern vf_info_t vf_info_framestep; 78 extern vf_info_t vf_info_framestep;
79 extern vf_info_t vf_info_tile; 79 extern vf_info_t vf_info_tile;
80 extern vf_info_t vf_info_delogo; 80 extern vf_info_t vf_info_delogo;
81 extern vf_info_t vf_info_hue;
81 82
82 // list of available filters: 83 // list of available filters:
83 static vf_info_t* filter_list[]={ 84 static vf_info_t* filter_list[]={
84 &vf_info_rectangle, 85 &vf_info_rectangle,
85 #ifndef HAVE_NO_POSIX_SELECT 86 #ifndef HAVE_NO_POSIX_SELECT
141 &vf_info_softpulldown, 142 &vf_info_softpulldown,
142 &vf_info_pullup, 143 &vf_info_pullup,
143 &vf_info_framestep, 144 &vf_info_framestep,
144 &vf_info_tile, 145 &vf_info_tile,
145 &vf_info_delogo, 146 &vf_info_delogo,
147 &vf_info_hue,
146 NULL 148 NULL
147 }; 149 };
148 150
149 // For the vf option 151 // For the vf option
150 m_obj_settings_t* vf_settings = NULL; 152 m_obj_settings_t* vf_settings = NULL;