summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-04-23 22:08:18 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-04-23 22:08:18 +0300
commit4583c12a2c29c9644acc15837c2f18ba7750bf1e (patch)
treead8e49d33d8b3458ff8b285ad72169317121c0ea /options.h
parenteb48fefe94c0d03d22fdd0d7904e3d798f0b6a6c (diff)
downloadmpv-4583c12a2c29c9644acc15837c2f18ba7750bf1e.tar.bz2
mpv-4583c12a2c29c9644acc15837c2f18ba7750bf1e.tar.xz
options: move lavfdopts to option struct
Diffstat (limited to 'options.h')
-rw-r--r--options.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/options.h b/options.h
index 90ce239e86..866bfeecf3 100644
--- a/options.h
+++ b/options.h
@@ -66,6 +66,15 @@ typedef struct MPOpts {
int bitexact;
char *avopt;
} lavc_param;
+
+ struct lavfdopts {
+ unsigned int probesize;
+ unsigned int analyzeduration;
+ char *format;
+ char *cryptokey;
+ char *avopt;
+ } lavfdopts;
+
struct input_conf {
char *config_file;
unsigned int ar_delay;