1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
Anton Khirnov 63b013aa68 lavu/fifo: deprecate av_fifo_peek2()
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().
2022-01-10 16:04:19 +01:00
..
2021-07-22 14:47:57 +02:00
2021-12-21 17:52:09 -03:00
2022-01-10 16:04:19 +01:00
2021-06-13 13:39:57 -03:00
2021-09-27 05:51:44 +02:00
2021-12-19 01:02:59 +01:00