[FFmpeg-devel] [PATCH] lavf/fps: add cmd to force write buf frame

2020-05-02 Thread Jai Luthra
Enables writing buffered frames to the outsink using send command api. This is useful when a lavf user wants to fetch buffered frames without closing/reopening the filtergraph again and again. Signed-off-by: Jai Luthra --- libavfilter/vf_fps.c | 36 +++- 1 file c

Re: [FFmpeg-devel] [PATCH] lavf/fps: add cmd to force write buf frame

2020-05-03 Thread Paul B Mahol
Missing documentation. Also it is lavfi not lavf. On 5/3/20, Jai Luthra wrote: > Enables writing buffered frames to the outsink using send command api. > > This is useful when a lavf user wants to fetch buffered frames without > closing/reopening the filtergraph again and again. > > Signed-off-by

Re: [FFmpeg-devel] [PATCH] lavf/fps: add cmd to force write buf frame

2020-05-03 Thread Jim DeLaHunt
On 2020-05-02 15:35, Jai Luthra wrote: Enables writing buffered frames to the outsink using send command api. This is useful when a lavf user wants to fetch buffered frames without closing/reopening the filtergraph again and again. Signed-off-by: Jai Luthra --- libavfilter/vf_fps.c | 36 +++