diff options
author | sr55 <[email protected]> | 2013-09-21 22:51:18 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-09-21 22:51:18 +0000 |
commit | c20c02d87e62efa42aff5d9cb58acfd9ad430731 (patch) | |
tree | d40d9bf9cd31ea95fd9a1e78507b4ba85b4cd6d3 /test | |
parent | bc760c13e3d02ed7ab88b47f961a39be3b74424a (diff) |
Fix test.c after merge.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5796 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 4 |
1 files 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( ;; ) { |