mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-24 16:27:06 +00:00
It returns a pointer inside the fifo's buffer, which cannot be safely used without accessing AVFifoBuffer internals. It is easier and safer to use av_fifo_generic_peek_at().