[FFmpeg-devel] [PATCH 1/2] libavfilter/vf_colorconstancy.c : Cleanup code for new filter
Moritz Barsnick
barsnick at gmx.net
Mon Jun 29 14:41:09 EEST 2020
On Thu, Jun 18, 2020 at 19:22:55 +0530, Yatendra Singh wrote:
> + if(!strcmp(ctx->filter->name, GREY_EDGE))
> + {
Code style.
=> if (! .....) {
Moritz
More information about the ffmpeg-devel
mailing list