Accidentally left tracing enabled.

This commit is contained in:
Adrien Destugues 2016-12-30 17:47:30 +01:00
parent f621b750f6
commit 0d7ac5eb20
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ extern "C" {
#include "Utilities.h"
#define TRACE_AVFORMAT_READER
//#define TRACE_AVFORMAT_READER
#ifdef TRACE_AVFORMAT_READER
# define TRACE printf
# define TRACE_IO(a...)