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:
Stefano Sabatini
2011-08-13 18:26:01 +02:00
parent a9d1878abe
commit 323b930699
4 changed files with 38 additions and 7 deletions

View File

@ -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.