mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
avfilter/vsrc_testsrc: fix a preprocessor check
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
8f146b526f
commit
79126ce80e
@ -1252,7 +1252,7 @@ AVFilter ff_vsrc_yuvtestsrc = {
|
|||||||
|
|
||||||
#endif /* CONFIG_YUVTESTSRC_FILTER */
|
#endif /* CONFIG_YUVTESTSRC_FILTER */
|
||||||
|
|
||||||
#if CONFIG_PAL75_FILTER || CONFIG_PAL100_FILTER || CONFIG_SMPTEBARS_FILTER || CONFIG_SMPTEHDBARS_FILTER
|
#if CONFIG_PAL75BARS_FILTER || CONFIG_PAL100BARS_FILTER || CONFIG_SMPTEBARS_FILTER || CONFIG_SMPTEHDBARS_FILTER
|
||||||
|
|
||||||
static const uint8_t rainbow[7][4] = {
|
static const uint8_t rainbow[7][4] = {
|
||||||
{ 180, 128, 128, 255 }, /* 75% white */
|
{ 180, 128, 128, 255 }, /* 75% white */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user