]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_join.c
libavfilter/dnn: add more data type support for dnn model input
[ffmpeg] / libavfilter / af_join.c
index 4f86e1355841706f85d608f7f64b8fd13f725966..930c9e48e736a1bae9a83363f8f1c5084c6cbeb9 100644 (file)
@@ -472,6 +472,8 @@ static int activate(AVFilterContext *ctx)
     int nb_samples = 0;
     int64_t pts;
 
+    FF_FILTER_FORWARD_STATUS_BACK_ALL(ctx->outputs[0], ctx);
+
     if (!s->input_frames[0]) {
         ret = ff_inlink_consume_frame(ctx->inputs[0], &s->input_frames[0]);
         if (ret < 0) {