]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vsrc_testsrc.c
Merge commit '200e8ac92007bc2fe30da05d3bd00ab620842a6b'
[ffmpeg] / libavfilter / vsrc_testsrc.c
index 185d382f55eb80e670f8a118dd68d80b332c8877..f5e37f8b7275e33d929c73f7ea620beeb6ed251a 100644 (file)
@@ -248,7 +248,7 @@ static int color_config_props(AVFilterLink *inlink)
     if (av_image_check_size(test->w, test->h, 0, ctx) < 0)
         return AVERROR(EINVAL);
 
-    if (ret = config_props(inlink) < 0)
+    if ((ret = config_props(inlink)) < 0)
         return ret;
 
     av_log(ctx, AV_LOG_VERBOSE, "color:0x%02x%02x%02x%02x\n",