diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-08-27 18:39:12 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-08-27 18:39:12 +0200 |
commit | cd9507ddfb3b8f24f958408be64c1226d24efa08 (patch) | |
tree | fd09130e193b670a363a3cd38129911ea34977c9 | |
parent | a8bd04db51288937fc0e840d6d226873eb0dc6ad (diff) | |
download | ODR-AudioEnc-cd9507ddfb3b8f24f958408be64c1226d24efa08.tar.gz ODR-AudioEnc-cd9507ddfb3b8f24f958408be64c1226d24efa08.tar.bz2 ODR-AudioEnc-cd9507ddfb3b8f24f958408be64c1226d24efa08.zip |
Disable DEBUG by default
-rw-r--r-- | src/mot-encoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mot-encoder.cpp b/src/mot-encoder.cpp index e4b924a..9302633 100644 --- a/src/mot-encoder.cpp +++ b/src/mot-encoder.cpp @@ -41,7 +41,7 @@ #include <getopt.h> #include "config.h" -#define DEBUG 1 +#define DEBUG 0 #define SLEEPDELAY_DEFAULT 10 //seconds |