mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
command: use consistent comment style
Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
@@ -4123,7 +4123,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re
|
||||
get_current_pos_ratio(mpctx, false) + v / 100.0,
|
||||
precision, false);
|
||||
set_osd_function(mpctx, v > 0 ? OSD_FFW : OSD_REW);
|
||||
} else if (abs) { /* Absolute seek by percentage */
|
||||
} else if (abs) { // Absolute seek by percentage
|
||||
queue_seek(mpctx, MPSEEK_FACTOR, v / 100.0, precision, false);
|
||||
set_osd_function(mpctx, OSD_FFW); // Direction isn't set correctly
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user