mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 22:30:06 +01:00
show resume speed
This commit is contained in:
@@ -3506,7 +3506,7 @@ void vj_event_play_stop(void *ptr, const char format[], va_list ap)
|
||||
else
|
||||
{
|
||||
veejay_set_speed(v, v->settings->previous_playback_speed );
|
||||
veejay_msg(VEEJAY_MSG_INFO,"Video is playing");
|
||||
veejay_msg(VEEJAY_MSG_INFO,"Video is playing (resumed at speed %d)", v->settings->previous_playback_speed);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user