From 66bd120a3a8c15ee3bd7ce41e7258e8b33925864 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 23 Apr 2008 07:41:17 +0300 Subject: Move dvdsub_id to options struct Name the field "sub_id" as it's not specific to DVD subs. Remove some other unused extern declarations together with dvdsub_id from demux_mkv.c and demux_lavf.c. --- cfg-common-opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-common-opts.h') diff --git a/cfg-common-opts.h b/cfg-common-opts.h index 79971f8c26..5e3e4d0fa6 100644 --- a/cfg-common-opts.h +++ b/cfg-common-opts.h @@ -117,7 +117,7 @@ // select audio/video/subtitle stream INTRANGE("aid", audio_id, 0, 8190, 0), INTRANGE("vid", video_id, 0, 8190, 0), - {"sid", &dvdsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 8190, NULL}, + INTRANGE("sid", sub_id, 0, 8190, 0), FLAG_CONSTANTS("novideo", video_id, -1, -2, 0), { "hr-mp3-seek", &hr_mp3_seek, CONF_TYPE_FLAG, 0, 0, 1, NULL }, -- cgit v1.2.3