diff 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
line wrap: on
line diff
--- a/cfg-mencoder.h	Sun Dec 02 19:03:12 2001 +0000
+++ b/cfg-mencoder.h	Sun Dec 02 20:03:26 2001 +0000
@@ -11,6 +11,8 @@
 extern int use_old_pp;
 #endif
 
+extern int sws_flags;
+
 struct config divx4opts_conf[]={
 	{"br", &divx4_param.bitrate, CONF_TYPE_INT, CONF_RANGE, 4, 24000000},
 	{"rc_period", &divx4_param.rc_period, CONF_TYPE_INT, 0,0,0},