comparison libmpcodecs/vf.c @ 11998:92e50387211a

fix compilation without libavcodec
author henry
date Thu, 26 Feb 2004 14:41:42 +0000
parents b0d9fd244d10
children e34700c872ac
comparison
equal deleted inserted replaced
11997:48b5bfb25dc0 11998:92e50387211a
162 &vf_info_spp, 162 &vf_info_spp,
163 #endif 163 #endif
164 &vf_info_yuvcsp, 164 &vf_info_yuvcsp,
165 &vf_info_kerndeint, 165 &vf_info_kerndeint,
166 &vf_info_rgbtest, 166 &vf_info_rgbtest,
167 #ifdef USE_LIBAVCODEC
167 &vf_info_qp, 168 &vf_info_qp,
169 #endif
168 NULL 170 NULL
169 }; 171 };
170 172
171 // For the vf option 173 // For the vf option
172 m_obj_settings_t* vf_settings = NULL; 174 m_obj_settings_t* vf_settings = NULL;