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>
This commit is contained in:
Anssi Hannula
2011-02-08 00:46:53 +02:00
committed by Ronald S. Bultje
parent aad216fd7e
commit 3940caad02
5 changed files with 26 additions and 22 deletions

View File

@@ -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