From ce76dfdd4ac46e955cc57c6f5c7ae98d8018abab Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 21 Apr 2008 00:37:12 +0300 Subject: Move vo_dbpp to options struct --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index 2d6c8d48e4..aa6bb1eee8 100644 --- a/options.h +++ b/options.h @@ -6,6 +6,7 @@ typedef struct MPOpts { char **audio_driver_list; int fixed_vo; int vo_ontop; + int vo_dbpp; int correct_pts; int user_correct_pts; } MPOpts; -- cgit v1.2.3