summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/options.c1
-rw-r--r--options/options.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/options/options.c b/options/options.c
index f53f33245e..a92ace3ec0 100644
--- a/options/options.c
+++ b/options/options.c
@@ -755,6 +755,7 @@ const struct MPOpts mp_default_opts = {
.allow_mimetype = 1,
},
.lavc_param = {
+ .show_all = 1,
.check_hw_profile = 1,
},
.input = {
diff --git a/options/options.h b/options/options.h
index 6e44dc838c..b4366a2f2e 100644
--- a/options/options.h
+++ b/options/options.h
@@ -228,6 +228,7 @@ typedef struct MPOpts {
struct lavc_param {
int fast;
+ int show_all;
char *skip_loop_filter_str;
char *skip_idct_str;
char *skip_frame_str;