From 5440b88ee29ee5b8929fcf338dfc8f476468514d Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 4 Jan 2012 23:26:32 +0200 Subject: gpu_neon: add some intelace mode handling a bit of refactoring too --- frontend/plugin_lib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontend/plugin_lib.h') diff --git a/frontend/plugin_lib.h b/frontend/plugin_lib.h index 2806056..44c5630 100644 --- a/frontend/plugin_lib.h +++ b/frontend/plugin_lib.h @@ -61,6 +61,9 @@ struct rearmed_cbs { int no_light, no_blend; int lineskip; } gpu_unai; + struct { + int allow_interlace; // 0 off, 1 on, 2 guess + } gpu_neon; }; extern struct rearmed_cbs pl_rearmed_cbs; -- cgit v1.2.3