diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-07-26 16:35:12 -0700 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-07-29 07:58:00 +0200 |
commit | 681ed0009905a088aae2a5caf2308d89aaa80562 (patch) | |
tree | e782d35012e726cd30a9cf09902ec92c1e477cfb /doc | |
parent | d905c6440637fafca56c4cd17cbe041f2aaae9ff (diff) | |
download | ffmpeg-681ed0009905a088aae2a5caf2308d89aaa80562.tar.gz |
avf: introduce nobuffer option
Useful in cases where a significant analyzeduration is
still needed, while minimizing buffering before output.
An example is processing low-latency streams where all
media types won't necessarily come in if the
analyzeduration is small.
Additional changes by Josh Allmann <joshua.allmann@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 8770b6d570..058fab6334 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-07-xx - xxxxxxx - lavf 54.13.0 - avformat.h + Add AVFMT_FLAG_NOBUFFER for low latency use cases. + 2012-07-xx - xxxxxxx - lavfi 3.0.0 - avfilter.h Add avfilter_unref_bufferp(). |