This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
tools/cws2fws: Use a similar implementation in dbgprintf() as in ff_dlog()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Michael Niedermayer
10 years ago
parent
0a6b410edf
commit
3c7d3d27be
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/cws2fws.c
+ 1
- 1
tools/cws2fws.c
View File
@@ -22,7 +22,7 @@
#ifdef DEBUG
#define dbgprintf printf
#else
#define dbgprintf(...)
#define dbgprintf(...)
do { if (0) printf(__VA_ARGS__); } while (0)
#endif
int main(int argc, char *argv[])
Write
Preview
Loading…
Cancel
Save