[FFmpeg-devel] [PATCH] avfilter/f_cue: add cue and acue filters

Marton Balint cus at passwd.hu
Sat Sep 1 23:24:48 EEST 2018



On Sat, 25 Aug 2018, Marton Balint wrote:

>
>
> 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.

As far as I see directly accessing the inlink fifo is prohibited by 
design. So please let me know if there is a way I missed to access the 
timestamps in the inlink fifo... Otherwise I will just push this as is.

Thanks,
Marton


More information about the ffmpeg-devel mailing list