You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vsrc_cellauto: set video frame duration
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user