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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to