1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

Non-blocking protocols: flag and documentation

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Nicolas George
2011-02-04 19:12:36 +01:00
committed by Ronald S. Bultje
parent f4a86bc981
commit fe174fc8fc
2 changed files with 29 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2009-03-08
API changes, most recent first:
2011-02-XX - XXXXXXX - lavf 52.XX.0 - avio.h
Add flag for non-blocking protocols: URL_FLAG_NONBLOCK
2011-02-04 - f124b08 - lavf 52.96.0 - avformat_free_context()
Add avformat_free_context() in avformat.h.