comparison libmpcodecs/vf.c @ 22769:c6eed7420215

cosmetics: Merge #ifdefs for better readability.
author diego
date Fri, 23 Mar 2007 13:31:08 +0000
parents 3d83d77f5a6b
children a27a3743f4b9
comparison
equal deleted inserted replaced
22768:7989c3586b9e 22769:c6eed7420215
122 &vf_info_mirror, 122 &vf_info_mirror,
123 &vf_info_palette, 123 &vf_info_palette,
124 #ifdef USE_LIBAVCODEC 124 #ifdef USE_LIBAVCODEC
125 &vf_info_lavc, 125 &vf_info_lavc,
126 &vf_info_lavcdeint, 126 &vf_info_lavcdeint,
127 &vf_info_pp7,
127 #endif 128 #endif
128 #ifdef HAVE_ZR 129 #ifdef HAVE_ZR
129 &vf_info_zrmjpeg, 130 &vf_info_zrmjpeg,
130 #endif 131 #endif
131 &vf_info_dvbscale, 132 &vf_info_dvbscale,
171 &vf_info_spp, 172 &vf_info_spp,
172 &vf_info_uspp, 173 &vf_info_uspp,
173 &vf_info_fspp, 174 &vf_info_fspp,
174 &vf_info_qp, 175 &vf_info_qp,
175 &vf_info_mcdeint, 176 &vf_info_mcdeint,
177 &vf_info_geq,
176 #endif 178 #endif
177 &vf_info_yuvcsp, 179 &vf_info_yuvcsp,
178 &vf_info_kerndeint, 180 &vf_info_kerndeint,
179 &vf_info_rgbtest, 181 &vf_info_rgbtest,
180 #ifdef USE_LIBAVCODEC
181 &vf_info_pp7,
182 #endif
183 &vf_info_phase, 182 &vf_info_phase,
184 &vf_info_divtc, 183 &vf_info_divtc,
185 &vf_info_harddup, 184 &vf_info_harddup,
186 &vf_info_softskip, 185 &vf_info_softskip,
187 #ifdef HAVE_PNG 186 #ifdef HAVE_PNG
190 #ifdef USE_ASS 189 #ifdef USE_ASS
191 &vf_info_ass, 190 &vf_info_ass,
192 #endif 191 #endif
193 &vf_info_yadif, 192 &vf_info_yadif,
194 &vf_info_blackframe, 193 &vf_info_blackframe,
195 #ifdef USE_LIBAVCODEC_DSPUTIL
196 &vf_info_geq,
197 #endif
198 NULL 194 NULL
199 }; 195 };
200 196
201 // For the vf option 197 // For the vf option
202 m_obj_settings_t* vf_settings = NULL; 198 m_obj_settings_t* vf_settings = NULL;