]> git.sesse.net Git - ffmpeg/commit
lavf: Add a flag to enable/disable per-packet flushing
authorLuca Barbato <lu_zero@gentoo.org>
Wed, 11 Sep 2013 12:02:06 +0000 (14:02 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 16 Sep 2013 19:11:08 +0000 (22:11 +0300)
commit596e5d4783ca951258a7c580951fd161f1785ec1
tree9d046fe97f3869e5fb66991a39734948fb374a60
parent0a9425d7cfdf0113c3d32096c9406823efe0cd0a
lavf: Add a flag to enable/disable per-packet flushing

This is enabled by default and can be disabled with
"-fflags -flush_packets".

Inspired by a patch from Nicolas George <nicolas.george@normalesup.org>.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/avformat.h
libavformat/mux.c
libavformat/options_table.h
libavformat/version.h