From c6628a5fb618715910ac7cb6d247fc0c0650517b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 12 Aug 2017 23:43:05 +0200 Subject: player: add --track-auto-selection option I imagine this is useful. Or maybe it isn't. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 75884a290c..9ea09a83b3 100644 --- a/options/options.h +++ b/options/options.h @@ -212,6 +212,7 @@ typedef struct MPOpts { int stream_id[2][STREAM_TYPE_COUNT]; int stream_id_ff[STREAM_TYPE_COUNT]; char **stream_lang[STREAM_TYPE_COUNT]; + int stream_auto_sel; int audio_display; char **display_tags; int sub_visibility; -- cgit v1.2.3