mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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);
|
||||
|
||||
picref->pts = s->pts++;
|
||||
picref->duration = 1;
|
||||
|
||||
#ifdef DEBUG
|
||||
show_cellauto_row(outlink->src);
|
||||
|
Loading…
Reference in New Issue
Block a user