From 9afcdab6944587aaee7db0307f3087b5a275771d Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 2 Dec 2009 17:36:59 +0200 Subject: options: Move ass_enabled to options struct --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') diff --git a/options.h b/options.h index 6ce7818e63..56cd6b6b39 100644 --- a/options.h +++ b/options.h @@ -44,6 +44,7 @@ typedef struct MPOpts { float screen_size_xy; int flip; int vd_use_slices; + int ass_enabled; struct lavc_param { int workaround_bugs; int error_resilience; -- cgit v1.2.3