Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-13 20:26:01 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-14 03:56:28 +0400
commit323b930699179cb17b39fddaa9aba3379c0c9e26 (patch)
tree4f5be7de15f1dadc4c838ae4434ea77dbe5eb233 /doc/APIchanges
parenta9d1878abe81ae8085d12590c5d089a49a0714e7 (diff)
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.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 5072090b62..ca7a6b8b4d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -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.