summaryrefslogtreecommitdiffstats
path: root/libhb/vadxva2.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-12-16 16:50:50 +0000
committerjstebbins <[email protected]>2014-12-16 16:50:50 +0000
commitf56efd7b52c89da8cac55b4d4a187f2c87fdfee6 (patch)
tree24eacb856704fa8e4b8b8f0edc76568916f70255 /libhb/vadxva2.h
parentd0a975e42dcab93e1d2eead350fb1ba3951d977c (diff)
json: add json APIs
There are several changes to job and title structs that break current windows interop code. The interop code should be changed such that it only uses json APIs. So if there is any missing features (or bugs) in these APIs, please let me know. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6602 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/vadxva2.h')
-rw-r--r--libhb/vadxva2.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libhb/vadxva2.h b/libhb/vadxva2.h
index fd93e979e..540aea423 100644
--- a/libhb/vadxva2.h
+++ b/libhb/vadxva2.h
@@ -60,15 +60,6 @@ static const GUID DXVA2_ModeVC1_D = { 0x1b81beA3, 0xa0c7, 0x11d3, {0xb9, 0x84, 0
typedef struct
{
- int width;
- int height;
- int rate;
- int rate_base;
-
-}hb_dx_format;
-
-typedef struct
-{
LPDIRECT3DSURFACE9 d3d;
int refcount;
unsigned int order;