Revision 48ee302e libavutil/log.c
libavutil/log.c | ||
---|---|---|
94 | 94 |
{ |
95 | 95 |
static int print_prefix=1; |
96 | 96 |
static int count; |
97 |
static char line[1024], prev[1024]; |
|
97 |
static char prev[1024]; |
|
98 |
char line[1024]; |
|
98 | 99 |
static int is_atty; |
99 | 100 |
AVClass* avc= ptr ? *(AVClass**)ptr : NULL; |
100 | 101 |
if(level>av_log_level) |
Also available in: Unified diff