summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-25 13:30:44 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-26 01:19:29 +0300
commite08c8d63789ff674b84075ddc18ec2a09d1deef7 (patch)
tree0fc08229ce6f6f39dcffefec0519f59f9d648988
parent4db72f6a8006ff137a7d6b8fcbc07da4fa94b9e0 (diff)
downloadmpv-e08c8d63789ff674b84075ddc18ec2a09d1deef7.tar.bz2
mpv-e08c8d63789ff674b84075ddc18ec2a09d1deef7.tar.xz
options.h: Field order cosmetics
Move correct_pts and user_correct_pts next to each other. loop_times was accidentally added between them.
-rw-r--r--options.h2
1 files changed, 1 insertions, 1 deletions
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;