Home
last modified time | relevance | path

Searched refs:ccpd_with_sound (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dosc.c1165 ccpd = mainw->ccpd_with_sound; in lives_osc_cb_fgclip_copy()
1167 mainw->ccpd_with_sound = !noaudio; in lives_osc_cb_fgclip_copy()
1171 mainw->ccpd_with_sound = ccpd; in lives_osc_cb_fgclip_copy()
1250 ccpd = mainw->ccpd_with_sound; in lives_osc_cb_fgclipsel_copy()
1256 mainw->ccpd_with_sound = ccpd; in lives_osc_cb_fgclipsel_copy()
1304 ccpd = mainw->ccpd_with_sound; in lives_osc_cb_fgclipsel_cut()
1312 mainw->ccpd_with_sound = ccpd; in lives_osc_cb_fgclipsel_cut()
1361 ccpd = mainw->ccpd_with_sound; in lives_osc_cb_fgclipsel_delete()
1369 mainw->ccpd_with_sound = ccpd; in lives_osc_cb_fgclipsel_delete()
1408 ccpd = mainw->ccpd_with_sound; in lives_osc_cb_clipbd_paste()
[all …]
H A Dcallbacks.c2356 cfile->undo1_boolean &= mainw->ccpd_with_sound;
2548 boolean ccpd_with_sound = mainw->ccpd_with_sound; local
2562 else mainw->ccpd_with_sound = FALSE;
2585 mainw->ccpd_with_sound = ccpd_with_sound;
3003 if (mainw->ccpd_with_sound && cfile->achans > 0)
3094 if (mainw->ccpd_with_sound) {
3261 if (mainw->ccpd_with_sound) {
4225 mainw->ccpd_with_sound))) {
4251 cfile->undo1_boolean = mainw->ccpd_with_sound;
4256 mainw->ccpd_with_sound && cfile->achans > 0 ? " (with sound)" : "");
[all …]
H A Dmainwindow.h785 boolean ccpd_with_sound; member
H A Dgui.c866 …_standard_check_menu_item_new_with_label(_("Decouple _Video from Audio"), !mainw->ccpd_with_sound); in create_LiVES()
2727 &mainw->ccpd_with_sound); // TODO - make pref in create_LiVES()
H A Dmain.c1056 mainw->ccpd_with_sound = TRUE; in pre_init()
1064 mainw->ccpd_with_sound = FALSE; in pre_init()
H A Dinterface.c1567 … (cfile->achans > 0 || clipboard->achans > 0) && mainw->ccpd_with_sound); in create_insert_dialog()