From: sr55 Date: Sat, 21 Sep 2013 22:51:18 +0000 (+0000) Subject: Fix test.c after merge. X-Git-Tag: 0.10.0~735 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c20c02d87e62efa42aff5d9cb58acfd9ad430731;p=handbrake Fix test.c after merge. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5796 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/test/test.c b/test/test.c index 09f286772..6047796f9 100644 --- a/test/test.c +++ b/test/test.c @@ -3639,8 +3639,8 @@ static int ParseOptions( int argc, char ** argv ) #define NO_OPENCL 287 #define NORMALIZE_MIX 288 #define AUDIO_DITHER 289 - #define QSV_BASELINE 289 - #define QSV_ASYNC_DEPTH 290 + #define QSV_BASELINE 290 + #define QSV_ASYNC_DEPTH 291 for( ;; ) {