[vlc-commits] Remove extra debug introduced accidentally in 9925a34ee

Rafaël Carré git at videolan.org
Tue Jul 2 18:27:21 CEST 2013


vlc/vlc-2.1 | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jun 26 20:31:31 2013 +0200| [d9b85e3e0e49e66be5c677f31c1e8b5db81156c0] | committer: Jean-Baptiste Kempf

Remove extra debug introduced accidentally in 9925a34ee

(cherry picked from commit cd7b29a55ccbc613eb53873f0946bb525e84c4e4)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=d9b85e3e0e49e66be5c677f31c1e8b5db81156c0
---

 modules/demux/avformat/mux.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/avformat/mux.c b/modules/demux/avformat/mux.c
index 5e2225f..58109f9 100644
--- a/modules/demux/avformat/mux.c
+++ b/modules/demux/avformat/mux.c
@@ -40,7 +40,7 @@
 #include "../../codec/avcodec/avcommon.h"
 
 
-#define AVFORMAT_DEBUG 1
+//#define AVFORMAT_DEBUG 1
 
 static const char *const ppsz_mux_options[] = {
     "mux", "options", NULL



More information about the vlc-commits mailing list