Home
last modified time | relevance | path

Searched refs:pre_play_file (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dlives-yuv4mpeg.c437 mainw->pre_play_file = old_file; in on_open_yuv4m_activate()
H A Dsaveplay.c64 if (mainw->pre_play_file > 0) { in _start_playback()
65 switch_to_file(0, mainw->pre_play_file); in _start_playback()
78 old_file = mainw->pre_play_file; in _start_playback()
85 mainw->pre_play_file = -1; in _start_playback()
2257 if (mainw->pre_play_file == -1) mainw->pre_play_file = current_file;
H A Dmainwindow.h973 int pre_play_file; ///< the current file before playback started member
H A Dmain.c1554 mainw->pre_play_file = -1; in lives_init()
H A Dcallbacks.c4584 current_file = mainw->pre_play_file = mainw->current_file;