diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2011-02-08 00:46:53 +0200 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-02-08 18:25:12 -0500 |
commit | 3940caad02fbc4f075e77bc605849b1d84ba1b8e (patch) | |
tree | c9a8bf9c08b6109902a615daf29629ce1da11603 /doc/APIchanges | |
parent | aad216fd7e3209fe0a865d8751e680925f6654d3 (diff) | |
download | ffmpeg-3940caad02fbc4f075e77bc605849b1d84ba1b8e.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>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e294b35d9a..e459cfd1af 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 |