mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +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);
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user