diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-01-10 12:20:17 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-01-10 12:20:17 +0000 |
commit | c6ef349e9687659a26041a7a74c5b8671e696159 (patch) | |
tree | 47b326c1d8178edd03d484535a948cca494b9552 /src/libmpeg2/stats.c | |
parent | 4733aeda97b6185b8c237ce4ac2b89ba167e6fa7 (diff) | |
download | xine-lib-c6ef349e9687659a26041a7a74c5b8671e696159.tar.gz xine-lib-c6ef349e9687659a26041a7a74c5b8671e696159.tar.bz2 |
More info is put in the vo_frame.
CVS patchset: 1382
CVS date: 2002/01/10 12:20:17
Diffstat (limited to 'src/libmpeg2/stats.c')
-rw-r--r-- | src/libmpeg2/stats.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libmpeg2/stats.c b/src/libmpeg2/stats.c index f3456058d..46d91b84a 100644 --- a/src/libmpeg2/stats.c +++ b/src/libmpeg2/stats.c @@ -27,7 +27,8 @@ #include "mpeg2_internal.h" -static int debug_level = -1; +//static int debug_level = -1; +static int debug_level = 1; /* Determine is debug output is required. */ /* We could potentially have multiple levels of debug info */ |