From 0286c434b4c0d1a746328ac79654baee4a095cda Mon Sep 17 00:00:00 2001 From: maverick-me <> Date: Tue, 30 Oct 2012 16:50:31 +0100 Subject: Add support to change OSD for 3d SBS/TB streams. --- softhddevice_service.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'softhddevice_service.h') diff --git a/softhddevice_service.h b/softhddevice_service.h index 737f8b0..03be695 100644 --- a/softhddevice_service.h +++ b/softhddevice_service.h @@ -23,6 +23,7 @@ #pragma once #define ATMO_GRAB_SERVICE "SoftHDDevice-AtmoGrabService-v1.0" +#define OSD_3DMODE_SERVICE "SoftHDDevice-Osd3DModeService-v1.0" enum { GRAB_IMG_RGBA_FORMAT_B8G8R8A8 }; @@ -42,3 +43,8 @@ typedef struct int height; void *img; } SoftHDDevice_AtmoGrabService_v1_0_t; + +typedef struct +{ + int Mode; +} SoftHDDevice_Osd3DModeService_v1_0_t; -- cgit v1.2.3