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. --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index 81617e27fb..be99869e71 100644 --- a/options.h +++ b/options.h @@ -14,6 +14,7 @@ typedef struct MPOpts { int user_correct_pts; int audio_id; int video_id; + int sub_id; float playback_speed; } MPOpts; -- cgit v1.2.3