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
AV_LOG_DEBUG is not a good default ...
Originally committed as revision 4307 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
20 years ago
parent
d1ccf0e0a6
commit
e18c1f19f6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/utils.c
+ 1
- 1
libavcodec/utils.c
View File
@@ -961,7 +961,7 @@ int64_t ff_gcd(int64_t a, int64_t b){
/* av_log API */
static int av_log_level = AV_LOG_
DEBUG
;
static int av_log_level = AV_LOG_
INFO
;
static void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)
{
Write
Preview
Loading…
Cancel
Save