From 3940caad02fbc4f075e77bc605849b1d84ba1b8e Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Tue, 8 Feb 2011 00:46:53 +0200 Subject: 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 --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index e294b35..e459cfd 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 -- cgit v1.1