[vlc-commits] mp4: don't use the VERBOSE mode by default
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed Aug 24 21:34:43 CEST 2011
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 24 21:33:26 2011 +0200| [64637720f80ee6f1e798d3a235e6b5b1c0206b59] | committer: Jean-Baptiste Kempf
mp4: don't use the VERBOSE mode by default
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=64637720f80ee6f1e798d3a235e6b5b1c0206b59
---
 modules/demux/mp4/libmp4.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/mp4/libmp4.h b/modules/demux/mp4/libmp4.h
index 89a5dc1..532a3d3 100644
--- a/modules/demux/mp4/libmp4.h
+++ b/modules/demux/mp4/libmp4.h
@@ -237,7 +237,7 @@
 #define FOURCC_chap VLC_FOURCC( 'c', 'h', 'a', 'p' )
 
 /* Do you want some debug information on all read boxes ? */
-#define MP4_VERBOSE  1
+//#define MP4_VERBOSE  1
 
 
 struct MP4_Box_s;
    
    
More information about the vlc-commits
mailing list