diff options
author | Rodeo <[email protected]> | 2015-06-23 17:09:34 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2015-06-23 17:09:34 +0000 |
commit | a14dcbd980fc7e75f4a66003808d306e11c609aa (patch) | |
tree | 3fc5065c86569b71602fc7dee39dcbc0c8bf4c6a /test/test.c | |
parent | 110c304ff2113e5852a35174a7d51ffe5297483b (diff) |
DXVA2: cleanup decode support checks.
This should fix https://forum.handbrake.fr/viewtopic.php?f=11&t=32520
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7310 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test.c b/test/test.c index 4d72283b9..049be4d99 100644 --- a/test/test.c +++ b/test/test.c @@ -542,11 +542,6 @@ static void PrintTitleInfo( hb_title_t * title, int feature ) title->crop[1], title->crop[2], title->crop[3] ); fprintf(stderr, " + support opencl: %s\n", title->opencl_support ? "yes" : "no"); -#ifdef USE_HWD - fprintf(stderr, " + support hwd: %s\n", title->hwd_support ? "yes" : "no"); -#else - fprintf(stderr, " + support hwd: not built-in\n"); -#endif fprintf( stderr, " + chapters:\n" ); for( i = 0; i < hb_list_count( title->list_chapter ); i++ ) |