summaryrefslogtreecommitdiffstats
path: root/cfg-common-opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-common-opts.h')
-rw-r--r--cfg-common-opts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common-opts.h b/cfg-common-opts.h
index cf6b3cba26..a4b749190d 100644
--- a/cfg-common-opts.h
+++ b/cfg-common-opts.h
@@ -117,6 +117,7 @@
// select audio/video/subtitle stream
OPT_INTRANGE("aid", audio_id, 0, 0, 8190),
+ {"ausid", &audio_substream_id, CONF_TYPE_INT, 0, 0, 0, NULL},
OPT_INTRANGE("vid", video_id, 0, 0, 8190),
OPT_INTRANGE("sid", sub_id, 0, 0, 8190),
OPT_FLAG_CONSTANTS("novideo", video_id, 0, -1, -2),