On Sun, 22 Jul 2012 00:42:16 -0700, Josh Allmann <joshua.allm...@gmail.com> 
wrote:
> Useful in cases where a significant analyzeduration is
> still needed, while minimizing buffering before output.
> 
> Useful for eg, processing low-latency streams where all
> media types won't necessarily come in if the analysis
> phase is brief.
> ---
>  libavformat/avformat.h      |    5 +++++
>  libavformat/options_table.h |    1 +
>  libavformat/utils.c         |    3 +++
>  libavformat/version.h       |    2 +-
>  4 files changed, 10 insertions(+), 1 deletion(-)
> 

The commit message is misleading, packets are buffered right now, the
patch allows you to _not_ do that.

Also, why not add it to flags?

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to