X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Ff_streamselect.c;h=1a517bfc958215de61ab6abd41f5fa0ebff1b693;hb=07dcef9bc7a614084f4afe39de678884a36cabf1;hp=03cedbaa8cb0d5eb5c784fc940ed87849491e799;hpb=7dda97fb86ff615e6a892052545d955816bb58f6;p=ffmpeg diff --git a/libavfilter/f_streamselect.c b/libavfilter/f_streamselect.c index 03cedbaa8cb..1a517bfc958 100644 --- a/libavfilter/f_streamselect.c +++ b/libavfilter/f_streamselect.c @@ -72,7 +72,7 @@ static int process_frame(FFFrameSync *fs) AVFrame *out; if (s->is_audio && s->last_pts[j] == in[j]->pts && - ctx->outputs[i]->frame_count > 0) + ctx->outputs[i]->frame_count_in > 0) continue; out = av_frame_clone(in[j]); if (!out)