projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841073c
)
Merge the 2 ANSI ESC codes.
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 23 Apr 2010 08:11:53 +0000
(08:11 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 23 Apr 2010 08:11:53 +0000
(08:11 +0000)
Originally committed as revision 22952 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/log.c
patch
|
blob
|
blame
|
history
diff --git
a/libavutil/log.c
b/libavutil/log.c
index
db62d70
..
9c13d4d
100644
(file)
--- a/
libavutil/log.c
+++ b/
libavutil/log.c
@@
-40,7
+40,7
@@
int av_log_level = AV_LOG_INFO;
#undef fprintf
static void colored_fputs(int color, const char *str){
if(isatty(2)){
- fprintf(stderr, "\033[%d
m\033[
3%dm", color>>4, color&15);
+ fprintf(stderr, "\033[%d
;
3%dm", color>>4, color&15);
}
fputs(str, stderr);
if(isatty(2)){