Commit ee7214c5 authored by Michael Niedermayer's avatar Michael Niedermayer

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: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4ccf6e39
...@@ -56,7 +56,7 @@ static const uint8_t color[16 + AV_CLASS_CATEGORY_NB] = { ...@@ -56,7 +56,7 @@ static const uint8_t color[16 + AV_CLASS_CATEGORY_NB] = {
[16+AV_CLASS_CATEGORY_DEMUXER ] = 5, [16+AV_CLASS_CATEGORY_DEMUXER ] = 5,
[16+AV_CLASS_CATEGORY_ENCODER ] = 11, [16+AV_CLASS_CATEGORY_ENCODER ] = 11,
[16+AV_CLASS_CATEGORY_DECODER ] = 3, [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, [16+AV_CLASS_CATEGORY_BITSTREAM_FILTER] = 9,
}; };
...@@ -81,7 +81,7 @@ static const uint8_t color[16 + AV_CLASS_CATEGORY_NB] = { ...@@ -81,7 +81,7 @@ static const uint8_t color[16 + AV_CLASS_CATEGORY_NB] = {
[16+AV_CLASS_CATEGORY_DEMUXER ] = 0x05, [16+AV_CLASS_CATEGORY_DEMUXER ] = 0x05,
[16+AV_CLASS_CATEGORY_ENCODER ] = 0x16, [16+AV_CLASS_CATEGORY_ENCODER ] = 0x16,
[16+AV_CLASS_CATEGORY_DECODER ] = 0x06, [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, [16+AV_CLASS_CATEGORY_BITSTREAM_FILTER] = 0x14,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment