[FFmpeg-devel] [FFmpeg-cvslog] avfilter/vsrc_testsrc: fix a preprocessor check
Tobias Rapp
t.rapp at noa-archive.com
Tue May 22 09:40:45 EEST 2018
On 18.05.2018 22:43, James Almer wrote:
> ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri May 18 17:42:57 2018 -0300| [79126ce80e21f2bc986fef7b8f0d6335136538da] | committer: James Almer
>
> avfilter/vsrc_testsrc: fix a preprocessor check
>
> Signed-off-by: James Almer <jamrial at gmail.com>
>
>> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79126ce80e21f2bc986fef7b8f0d6335136538da
> ---
>
> libavfilter/vsrc_testsrc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavfilter/vsrc_testsrc.c b/libavfilter/vsrc_testsrc.c
> index 8d76ae9271..f06714807f 100644
> --- a/libavfilter/vsrc_testsrc.c
> +++ b/libavfilter/vsrc_testsrc.c
> @@ -1252,7 +1252,7 @@ AVFilter ff_vsrc_yuvtestsrc = {
>
> #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] = {
> { 180, 128, 128, 255 }, /* 75% white */
>
I'm sorry for the oversight. Thanks for fixing it!
Regards,
Tobias
More information about the ffmpeg-devel
mailing list