Commit aa247198 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vsrc_sierpinski: set video frame duration

parent d590fbf3
......@@ -196,6 +196,7 @@ static int sierpinski_request_frame(AVFilterLink *link)
frame->sample_aspect_ratio = (AVRational) {1, 1};
frame->pts = s->pts++;
frame->duration = 1;
draw_sierpinski(link->src, frame);
......
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