Mercurial > libavformat.hg
diff nsvdec.c @ 1408:9ce44c5f6fee libavformat
disable annoying debug messages
| author | bcoudurier |
|---|---|
| date | Sun, 22 Oct 2006 14:14:36 +0000 |
| parents | 0899bfe4105c |
| children | 3b00fb8ef8e4 |
line wrap: on
line diff
--- a/nsvdec.c Sun Oct 22 09:56:08 2006 +0000 +++ b/nsvdec.c Sun Oct 22 14:14:36 2006 +0000 @@ -21,7 +21,7 @@ #include "avformat.h" #include "riff.h" -#define DEBUG +//#define DEBUG //#define DEBUG_DUMP_INDEX // XXX dumbdriving-271.nsv breaks with it commented!! //#define DEBUG_SEEK #define CHECK_SUBSEQUENT_NSVS
