mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()
The new function provides a more flexible interface for peeking at a FIFO buffer data.
This commit is contained in:
@ -13,6 +13,9 @@ libavutil: 2011-04-18
|
||||
|
||||
API changes, most recent first:
|
||||
|
||||
2011-08-14 - xxxxxx - lavu 52.12.0
|
||||
Add av_fifo_peek2(), deprecate av_fifo_peek().
|
||||
|
||||
2011-08-06 - 2f63440 - lavf 53.4.0
|
||||
Add error_recognition to AVFormatContext.
|
||||
|
||||
|
Reference in New Issue
Block a user