summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRodeo <[email protected]>2014-03-28 22:26:59 +0000
committerRodeo <[email protected]>2014-03-28 22:26:59 +0000
commit8368f8113e41d40543bcb674f97c17045c6538c2 (patch)
tree66b61c80cc711279b0d55e35f267df8ed053b4d4 /test
parent47ff6e2232577b743d59ed23fc348002297058f1 (diff)
CLI: fix alignment after last commit
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6137 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/test.c52
1 files changed, 26 insertions, 26 deletions
diff --git a/test/test.c b/test/test.c
index 7038ffb1d..b7d98098f 100644
--- a/test/test.c
+++ b/test/test.c
@@ -3613,32 +3613,32 @@ static double parse_hhmmss_strtok()
static int ParseOptions( int argc, char ** argv )
{
- #define PREVIEWS 257
- #define START_AT_PREVIEW 258
- #define START_AT 259
- #define STOP_AT 260
- #define ANGLE 261
- #define DVDNAV 262
- #define DISPLAY_WIDTH 263
- #define PIXEL_ASPECT 264
- #define MODULUS 265
- #define KEEP_DISPLAY_ASPECT 266
- #define SUB_BURNED 267
- #define SUB_DEFAULT 268
- #define NATIVE_DUB 269
- #define SRT_FILE 270
- #define SRT_CODESET 271
- #define SRT_OFFSET 272
- #define SRT_LANG 273
- #define SRT_DEFAULT 274
- #define ROTATE_FILTER 275
- #define SCAN_ONLY 276
- #define MAIN_FEATURE 277
- #define MIN_DURATION 278
- #define AUDIO_GAIN 279
- #define ALLOWED_AUDIO_COPY 280
- #define AUDIO_FALLBACK 281
- #define LOOSE_CROP 282
+ #define PREVIEWS 257
+ #define START_AT_PREVIEW 258
+ #define START_AT 259
+ #define STOP_AT 260
+ #define ANGLE 261
+ #define DVDNAV 262
+ #define DISPLAY_WIDTH 263
+ #define PIXEL_ASPECT 264
+ #define MODULUS 265
+ #define KEEP_DISPLAY_ASPECT 266
+ #define SUB_BURNED 267
+ #define SUB_DEFAULT 268
+ #define NATIVE_DUB 269
+ #define SRT_FILE 270
+ #define SRT_CODESET 271
+ #define SRT_OFFSET 272
+ #define SRT_LANG 273
+ #define SRT_DEFAULT 274
+ #define ROTATE_FILTER 275
+ #define SCAN_ONLY 276
+ #define MAIN_FEATURE 277
+ #define MIN_DURATION 278
+ #define AUDIO_GAIN 279
+ #define ALLOWED_AUDIO_COPY 280
+ #define AUDIO_FALLBACK 281
+ #define LOOSE_CROP 282
#define ENCODER_PRESET 283
#define ENCODER_PRESET_LIST 284
#define ENCODER_TUNE 285