summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-29 17:30:23 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-26 20:53:02 +0200
commitf2011ed234f580de01768257f3da6e73fbf8ac7b (patch)
tree86ea1bac14e765c42e82cda13f0c43ee5fcfc462 /doc
parentf4f3300c09bb13eb7922e60888b55e3e0fb325e7 (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index cfce48bfcd..a31268195f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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().