Commit 6d2b57fd authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vsrc_cellauto: set video frame duration

parent e845c3e0
......@@ -302,6 +302,7 @@ static int request_frame(AVFilterLink *outlink)
evolve(outlink->src);
picref->pts = s->pts++;
picref->duration = 1;
#ifdef DEBUG
show_cellauto_row(outlink->src);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment