summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-11 22:40:46 +0200
committerwm4 <wm4@nowhere>2013-05-12 21:57:02 +0200
commit989b482bd601013392e0797d4585d4c189127d19 (patch)
tree7e64fb004db217fd3d5f50972e3f23f371da78f0 /core/options.h
parentfaad40aad92d51290ef2fc4d94277eca89863873 (diff)
downloadmpv-989b482bd601013392e0797d4585d4c189127d19.tar.bz2
mpv-989b482bd601013392e0797d4585d4c189127d19.tar.xz
core: re-add -dumpstream as --stream-dump
Apparently useful for dumping DVD. Could also be used to rip streams with libquvi and such, but for that there are better tools. Actually I doubt there aren't better tools to dump DVDs, but whatever, this was a feature request, so I don't need a good reason.
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/options.h b/core/options.h
index 09cf20c852..b5370ebac7 100644
--- a/core/options.h
+++ b/core/options.h
@@ -86,6 +86,7 @@ typedef struct MPOpts {
char *vobsub_name;
int untimed;
char *stream_capture;
+ char *stream_dump;
int loop_times;
int ordered_chapters;
int chapter_merge_threshold;