diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-29 17:30:23 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-26 20:53:02 +0200 |
commit | f2011ed234f580de01768257f3da6e73fbf8ac7b (patch) | |
tree | 86ea1bac14e765c42e82cda13f0c43ee5fcfc462 /doc/APIchanges | |
parent | f4f3300c09bb13eb7922e60888b55e3e0fb325e7 (diff) | |
download | ffmpeg-f2011ed234f580de01768257f3da6e73fbf8ac7b.tar.gz |
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/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
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(). |