diff options
author | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-25 13:30:44 +0300 |
---|---|---|
committer | Uoti Urpala <uau@symbol.nonexistent.invalid> | 2008-04-26 01:19:29 +0300 |
commit | e08c8d63789ff674b84075ddc18ec2a09d1deef7 (patch) | |
tree | 0fc08229ce6f6f39dcffefec0519f59f9d648988 /options.h | |
parent | 4db72f6a8006ff137a7d6b8fcbc07da4fa94b9e0 (diff) | |
download | mpv-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.
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |