X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fproxypopup.C;h=3c623273cb66992ec95395fe9081da6c5a20ac89;hp=db42404e17a1df4867f878b9a78141232c4d073e;hb=6050493632cb3681227b7ec8c12decd449dcf66f;hpb=05a3780d6edd6a792f0dde46ed69e4b740af5a51 diff --git a/cinelerra-5.1/cinelerra/proxypopup.C b/cinelerra-5.1/cinelerra/proxypopup.C index db42404e..3c623273 100644 --- a/cinelerra-5.1/cinelerra/proxypopup.C +++ b/cinelerra-5.1/cinelerra/proxypopup.C @@ -222,7 +222,7 @@ int ProxyPopupCopy::handle_event() copy_edl->copy_all(edl); FileXML file; double start = 0, end = edl->tracks->total_length(); - copy_edl->copy(start, end, 1, &file, "", 1); + copy_edl->copy(COPY_EDL, start, end, &file, "", 1); copy_edl->remove_user(); const char *file_string = file.string(); long file_length = strlen(file_string);