diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-13 18:26:01 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-14 01:56:28 +0200 |
commit | 323b930699179cb17b39fddaa9aba3379c0c9e26 (patch) | |
tree | 4f5be7de15f1dadc4c838ae4434ea77dbe5eb233 /doc/APIchanges | |
parent | a9d1878abe81ae8085d12590c5d089a49a0714e7 (diff) | |
download | ffmpeg-323b930699179cb17b39fddaa9aba3379c0c9e26.tar.gz |
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/APIchanges | 3 |
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. |