You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/f_graphmonitor: set output frame duration
This commit is contained in:
@@ -402,6 +402,7 @@ static int create_frame(AVFilterContext *ctx, int64_t pts)
|
||||
}
|
||||
|
||||
out->pts = pts;
|
||||
out->duration = 1;
|
||||
s->pts = pts + 1;
|
||||
return ff_filter_frame(outlink, out);
|
||||
error:
|
||||
|
Reference in New Issue
Block a user