[FFmpeg-devel] [PATCH] avfilter/f_cue: add cue and acue filters
Marton Balint
cus at passwd.hu
Sat Aug 25 23:41:43 EEST 2018
On Sat, 25 Aug 2018, Nicolas George wrote:
> Marton Balint (2018-08-25):
>> + FFFrameQueue queue;
>
> There is already a frame queue in the link, it would be much better to
> use it rather than having a second one. For that, you need to use a
> "activate" callback instead of filter_frame, the working is mostly the
> same for simple filters like that.
I am already using activate. I have no idea how to access the inlink fifo
to get the timestamp of the first and last frame in it.
Regards,
Marton
More information about the ffmpeg-devel
mailing list