• Anton Khirnov's avatar
    lavu/fifo: deprecate av_fifo_peek2() · 63b013aa
    Anton Khirnov authored
    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().
    63b013aa
fifo 421 Bytes