Originally committed as revision 2807 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 21 years ago
parent d705e4a6bb
commit 310ffb8f26
  1. 2
      libavcodec/common.h

@ -976,7 +976,7 @@ static inline int get_xbits_trace(GetBitContext *s, int n, char *file, char *fun
#define tprintf printf
#else //TRACE
#define tprintf(_arg...) {}
#define tprintf(...) {}
#endif
/* define it to include statistics code (useful only for optimizing

Loading…
Cancel
Save