]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_amix.c
avfilter: forward status back in some filters that missed it
[ffmpeg] / libavfilter / af_amix.c
index 46f1bf63d790dbf6154a94df27bf7ef8c14ce902..ec2556f920742d4655e9d3d72b73928ac383f929 100644 (file)
@@ -425,6 +425,8 @@ static int activate(AVFilterContext *ctx)
     AVFrame *buf = NULL;
     int i, ret;
 
+    FF_FILTER_FORWARD_STATUS_BACK_ALL(outlink, ctx);
+
     for (i = 0; i < s->nb_inputs; i++) {
         AVFilterLink *inlink = ctx->inputs[i];