]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vaf_spectrumsynth.c
tests/fate/ffmpeg: regroup stream copy tests under a fate-streamcopy rule
[ffmpeg] / libavfilter / vaf_spectrumsynth.c
index ee394b49e3dbee14341c78956149b852cee5b0c1..ed191a3e34b9654e9bd526d5f62a5dc7eb070cda 100644 (file)
@@ -419,6 +419,8 @@ static int try_push_frame(AVFilterContext *ctx, int x)
                 }
 
                 ret = ff_filter_frame(outlink, out);
+                if (ret < 0)
+                    return ret;
             }
         }
     }