From cccfac47a423cbaeda04f9864c4676ed1c9d5002 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 4 Aug 2013 23:25:54 +0200 Subject: demux_lavf: make avio buffer configurable Perhaps not very useful, but reserved for situations when a user reports awful latency and experimentation/debugging might be required to find out why or to fix it (happens often). --- core/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/options.h b/core/options.h index 2037d6da4b..9a8deb9e4d 100644 --- a/core/options.h +++ b/core/options.h @@ -216,6 +216,7 @@ typedef struct MPOpts { int probesize; int probescore; float analyzeduration; + int buffersize; int allow_mimetype; char *format; char *cryptokey; -- cgit v1.2.3