summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/options.h b/core/options.h
index 0f57381f30..e72778dbde 100644
--- a/core/options.h
+++ b/core/options.h
@@ -155,7 +155,6 @@ typedef struct MPOpts {
int force_srate;
int dtshd;
float playback_speed;
- float drc_level;
struct m_obj_settings *vf_settings;
float movie_aspect;
int flip;
@@ -204,6 +203,12 @@ typedef struct MPOpts {
char *avopt;
} lavc_param;
+ struct ad_lavc_param {
+ float ac3drc;
+ int downmix;
+ char *avopt;
+ } ad_lavc_param;
+
struct lavfdopts {
int probesize;
int probescore;