summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-18 02:43:33 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-18 02:43:33 +0000
commitcd401555fa4562bd23ce64c8f8ac681e7359d13e (patch)
treed1ff7b275984bc957ab8f27f574e15831bc1837e /libvo
parent14fe0175c05de7e246e7674740209f19ebe4f5e1 (diff)
downloadmpv-cd401555fa4562bd23ce64c8f8ac681e7359d13e.tar.bz2
mpv-cd401555fa4562bd23ce64c8f8ac681e7359d13e.tar.xz
Eeeh :) time to sleep!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2251 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/aspect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/aspect.c b/libvo/aspect.c
index 13a59f73bb..bafa2e15fb 100644
--- a/libvo/aspect.c
+++ b/libvo/aspect.c
@@ -1,7 +1,7 @@
/* Stuff for correct aspect scaling. */
#include "aspect.h"
-#define ASPECT_DEBUG
+//#define ASPECT_DEBUG
#ifdef ASPECT_DEBUG
#include <stdio.h>