X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frenderfarm.C;h=4231d2692ab20b176921a2fff37990ff8d6a8eb9;hb=6ec5ee267320df640586b6c93814562d0d250194;hp=074f0461ee1afd507e07411eb6234556e94ab7da;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/renderfarm.C b/cinelerra-5.1/cinelerra/renderfarm.C index 074f0461..4231d269 100644 --- a/cinelerra-5.1/cinelerra/renderfarm.C +++ b/cinelerra-5.1/cinelerra/renderfarm.C @@ -2,6 +2,7 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams + * Copyright (C) 2003-2016 Cinelerra CV contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -492,13 +493,7 @@ void RenderFarmServerThread::send_asset() // The asset must be sent in two segments. // One segment is stored in the EDL and contains decoding information. // One segment is stored in the asset and contains encoding information. - server->default_asset->save_defaults(&defaults, - 0, - 1, - 1, - 1, - 1, - 1); + server->default_asset->save_defaults(&defaults, 0, 1, 1, 1, 1, 1); defaults.save_string(string1); FileXML file; server->default_asset->write(&file, 0, 0);