summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/config.h b/config.h
index 5123da8f..fc1be050 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h,v 1.79 2011-07-10 17:46:12 phintuka Exp $
+ * $Id: config.h,v 1.80 2011-07-10 17:57:14 phintuka Exp $
*
*/
@@ -361,12 +361,6 @@ class config_t {
int ffmpeg_pp_quality; // 0...6
char ffmpeg_pp_mode[256];
-#if 1
- int autocrop_method;
- int autocrop_output_aspect;
- int autocrop_overscan;
-#endif
-
// automatic 4:3 letterbox -> 16:9 cropping post plugin
int autocrop; // enable / disable
int autocrop_autodetect;