fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()

The new function provides a more generic interface than av_fifo_peek()
for peeking at a FIFO buffer data.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Stefano Sabatini
2011-06-29 17:30:23 +02:00
committed by Anton Khirnov
parent f4f3300c09
commit f2011ed234
4 changed files with 37 additions and 6 deletions

View File

@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2011-08-xx - xxxxxx - lavu 51.9.0
Add av_fifo_peek2(), deprecate av_fifo_peek().
2011-08-xx - xxxxxxx - lavf 53.4.0
Add avformat_query_codec().