comparison ipmovie.c @ 483:f4e9e55f703c libavformat

cvs diff before cvs commit
author melanson
date Sat, 19 Jun 2004 14:51:46 +0000
parents 0fdc96c2f2fe
children c5077fdab490
comparison
equal deleted inserted replaced
482:0fdc96c2f2fe 483:f4e9e55f703c
32 32
33 #include "avformat.h" 33 #include "avformat.h"
34 34
35 /* debugging support: #define DEBUG_IPMOVIE as non-zero to see extremely 35 /* debugging support: #define DEBUG_IPMOVIE as non-zero to see extremely
36 * verbose information about the demux process */ 36 * verbose information about the demux process */
37 #define DEBUG_IPMOVIE 1 37 #define DEBUG_IPMOVIE 0
38 38
39 #if DEBUG_IPMOVIE 39 #if DEBUG_IPMOVIE
40 #define debug_ipmovie printf 40 #define debug_ipmovie printf
41 #else 41 #else
42 static inline void debug_ipmovie(const char *format, ...) { } 42 static inline void debug_ipmovie(const char *format, ...) { }