mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
avfilter/vsrc_cellauto: set video frame duration
This commit is contained in:
parent
e845c3e00a
commit
6d2b57fd31
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue