summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index 8078b3bb60..81617e27fb 100644
--- a/options.h
+++ b/options.h
@@ -12,6 +12,8 @@ typedef struct MPOpts {
int correct_pts;
int loop_times;
int user_correct_pts;
+ int audio_id;
+ int video_id;
float playback_speed;
} MPOpts;