From e08c8d63789ff674b84075ddc18ec2a09d1deef7 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Fri, 25 Apr 2008 13:30:44 +0300 Subject: options.h: Field order cosmetics Move correct_pts and user_correct_pts next to each other. loop_times was accidentally added between them. --- options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.h') diff --git a/options.h b/options.h index ce49ee34da..cafe93fc7b 100644 --- a/options.h +++ b/options.h @@ -21,8 +21,8 @@ typedef struct MPOpts { int vo_gamma_saturation; int vo_gamma_hue; - int correct_pts; int loop_times; + int correct_pts; int user_correct_pts; int audio_id; int video_id; -- cgit v1.2.3