mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
avfilter/vsrc_cellauto: set video frame duration
This commit is contained in:
parent
e845c3e00a
commit
6d2b57fd31
@ -302,6 +302,7 @@ static int request_frame(AVFilterLink *outlink)
|
|||||||
evolve(outlink->src);
|
evolve(outlink->src);
|
||||||
|
|
||||||
picref->pts = s->pts++;
|
picref->pts = s->pts++;
|
||||||
|
picref->duration = 1;
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
show_cellauto_row(outlink->src);
|
show_cellauto_row(outlink->src);
|
||||||
|
Loading…
Reference in New Issue
Block a user