comparison interplayvideo.c @ 2515:0a68e8dd1c3b libavcodec

10l
author alex
date Mon, 21 Feb 2005 17:52:23 +0000
parents 939a3c1df7a0
children fde28cb7e3d5
comparison
equal deleted inserted replaced
2514:fc23a5a86d97 2515:0a68e8dd1c3b
45 #define PALETTE_COUNT 256 45 #define PALETTE_COUNT 256
46 46
47 /* debugging support */ 47 /* debugging support */
48 #define DEBUG_INTERPLAY 0 48 #define DEBUG_INTERPLAY 0
49 #if DEBUG_INTERPLAY 49 #if DEBUG_INTERPLAY
50 #define debug_interplay printf 50 #define debug_interplay(x,...) av_log(NULL, AV_LOG_DEBUG, x, __VA_ARGS__)
51 #else 51 #else
52 static inline void debug_interplay(const char *format, ...) { } 52 static inline void debug_interplay(const char *format, ...) { }
53 #endif 53 #endif
54 54
55 typedef struct IpvideoContext { 55 typedef struct IpvideoContext {