diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2011-02-08 00:46:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-09 03:33:55 +0100 |
commit | 070e5ba560b86d8b0de72536d9e861b215d7ee20 (patch) | |
tree | 10d89911b1028c7499bb65120bf10fac5435905e /doc | |
parent | e74c01db7e2627f36e8829b9fc13fdd8aade5f0f (diff) | |
download | ffmpeg-070e5ba560b86d8b0de72536d9e861b215d7ee20.tar.gz |
lavf: rename ff_probe_input_buffer to make it public
It is useful for applications that hand input data directly to lavf via
a ByteIOContext.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 3940caad02fbc4f075e77bc605849b1d84ba1b8e)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 3c6c6d3ca4..e7cd1c1b86 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-02-08 - xxxxxxx - lavf 52.98.0 - av_probe_input_buffer + Add av_probe_input_buffer() to avformat.h for probing format from a + ByteIOContext. + 2011-02-06 - fe174fc - lavf 52.97.0 - avio.h Add flag for non-blocking protocols: URL_FLAG_NONBLOCK |