diff cfg-mplayer.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 b59502557e39
children 38344371432f
line wrap: on
line diff
--- a/cfg-mplayer.h	Sun Dec 02 19:03:12 2001 +0000
+++ b/cfg-mplayer.h	Sun Dec 02 20:03:26 2001 +0000
@@ -74,6 +74,8 @@
 /* from dec_audio, currently used for ac3surround decoder only */
 extern int audio_output_channels;
 
+extern int sws_flags;
+
 /*
  * CONF_TYPE_FUNC_FULL :
  * allows own implemtations for passing the params
@@ -175,7 +177,7 @@
 
 #ifdef HAVE_PNG
 	{"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9},
-#endif	
+#endif
 #ifdef HAVE_SDL
 	{"sdl", "Use -vo sdl:driver instead of -vo sdl -sdl driver\n",
 	    CONF_TYPE_PRINT, 0, 0, 0},