Skip to content
Snippets Groups Projects
Commit ee7214c5 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

log: change color for filters from blue to bright green


The blue is difficult to read on several peoples terminals with black background.

Idea-by: default avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 4ccf6e39
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ static const uint8_t color[16 + AV_CLASS_CATEGORY_NB] = {
[16+AV_CLASS_CATEGORY_DEMUXER ] = 5,
[16+AV_CLASS_CATEGORY_ENCODER ] = 11,
[16+AV_CLASS_CATEGORY_DECODER ] = 3,
[16+AV_CLASS_CATEGORY_FILTER ] = 1,
[16+AV_CLASS_CATEGORY_FILTER ] = 10,
[16+AV_CLASS_CATEGORY_BITSTREAM_FILTER] = 9,
};
......@@ -81,7 +81,7 @@ static const uint8_t color[16 + AV_CLASS_CATEGORY_NB] = {
[16+AV_CLASS_CATEGORY_DEMUXER ] = 0x05,
[16+AV_CLASS_CATEGORY_ENCODER ] = 0x16,
[16+AV_CLASS_CATEGORY_DECODER ] = 0x06,
[16+AV_CLASS_CATEGORY_FILTER ] = 0x04,
[16+AV_CLASS_CATEGORY_FILTER ] = 0x12,
[16+AV_CLASS_CATEGORY_BITSTREAM_FILTER] = 0x14,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment