summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-04 23:25:54 +0200
committerwm4 <wm4@nowhere>2013-08-04 23:25:54 +0200
commitcccfac47a423cbaeda04f9864c4676ed1c9d5002 (patch)
tree5de89b6851bcc04655d700c63ebf0c3e05342862 /core
parentb53497a403d0b1453e35f02a157542f67e0c7374 (diff)
downloadmpv-cccfac47a423cbaeda04f9864c4676ed1c9d5002.tar.bz2
mpv-cccfac47a423cbaeda04f9864c4676ed1c9d5002.tar.xz
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).
Diffstat (limited to 'core')
-rw-r--r--core/options.h1
1 files changed, 1 insertions, 0 deletions
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;