1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-21 16:47:28 +02:00

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 3940caad02)
This commit is contained in:
Anssi Hannula
2011-02-08 00:46:53 +02:00
committed by Michael Niedermayer
parent e74c01db7e
commit 070e5ba560
5 changed files with 26 additions and 22 deletions
+4
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