1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 20:27:23 +00:00

options.h: Field order cosmetics

Move correct_pts and user_correct_pts next to each other. loop_times
was accidentally added between them.
This commit is contained in:
Uoti Urpala 2008-04-25 13:30:44 +03:00
parent 4db72f6a80
commit e08c8d6378

View File

@ -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;