comparison cfg-mencoder.h @ 3272:7e4399d1eb65

horizontal up/downscale linear & cubic -sws command line option (0 -> fast_bilinear, 1->bilinear, 2->bicubic)
author michael
date Sun, 02 Dec 2001 20:03:26 +0000
parents 1774d0530a6d
children 1fa5d7dda911
comparison
equal deleted inserted replaced
3271:f25ad52b76b8 3272:7e4399d1eb65
8 extern int fakemono; // defined in dec_audio.c 8 extern int fakemono; // defined in dec_audio.c
9 #endif 9 #endif
10 #ifdef HAVE_ODIVX_POSTPROCESS 10 #ifdef HAVE_ODIVX_POSTPROCESS
11 extern int use_old_pp; 11 extern int use_old_pp;
12 #endif 12 #endif
13
14 extern int sws_flags;
13 15
14 struct config divx4opts_conf[]={ 16 struct config divx4opts_conf[]={
15 {"br", &divx4_param.bitrate, CONF_TYPE_INT, CONF_RANGE, 4, 24000000}, 17 {"br", &divx4_param.bitrate, CONF_TYPE_INT, CONF_RANGE, 4, 24000000},
16 {"rc_period", &divx4_param.rc_period, CONF_TYPE_INT, 0,0,0}, 18 {"rc_period", &divx4_param.rc_period, CONF_TYPE_INT, 0,0,0},
17 {"rc_reaction_period", &divx4_param.rc_reaction_period, CONF_TYPE_INT, 0,0,0}, 19 {"rc_reaction_period", &divx4_param.rc_reaction_period, CONF_TYPE_INT, 0,0,0},