[vlc-commits] Remove extra debug introduced accidentally in 9925a34ee
Rafaël Carré
git at videolan.org
Wed Jun 26 20:31:55 CEST 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jun 26 20:31:31 2013 +0200| [cd7b29a55ccbc613eb53873f0946bb525e84c4e4] | committer: Rafaël Carré
Remove extra debug introduced accidentally in 9925a34ee
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cd7b29a55ccbc613eb53873f0946bb525e84c4e4
---
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