]> git.sesse.net Git - vlc/commit
Increase the avformat mux buffer size to 10 MB.
authorSteinar H. Gunderson <steinar+vlc@gunderson.no>
Fri, 16 Aug 2013 14:42:37 +0000 (16:42 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 5 Sep 2013 14:25:35 +0000 (16:25 +0200)
commit9b554a69b02c4c3957f4306a91d787c9d7e86c8a
tree606ea903f9e0937d72d3c5728993ac8bfe0296ad
parent9a0efe5e17d3d3cd7b488620a50bb44502ddc1a5
Increase the avformat mux buffer size to 10 MB.

The previous value, 32 kB, causes formats like WebM to overflow
and split the blocks, which has negative consequences for streaming.
We're unlikely to have a memory crunch in this area, so increase it
to something generous.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/avformat/mux.c