From c20c02d87e62efa42aff5d9cb58acfd9ad430731 Mon Sep 17 00:00:00 2001
From: sr55 <sr55.hb@outlook.com>
Date: Sat, 21 Sep 2013 22:51:18 +0000
Subject: [PATCH] Fix test.c  after merge.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5796 b64f7644-9d1e-0410-96f1-a4d463321fa5
---
 test/test.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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( ;; )
     {
-- 
2.40.0