X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fbdcreate.C;fp=cinelerra-5.1%2Fcinelerra%2Fbdcreate.C;h=cc0fbc8cf51375dc2c57bb8535840e0f4d2adacf;hp=02386bd05ca28da2950689d2af8c78b999fca0a5;hb=c66c09b32c6f46ef67550a6c63ba7f9d1d46628d;hpb=dafc18d66d48cd981a012d2e73a3b3db5351c538 diff --git a/cinelerra-5.1/cinelerra/bdcreate.C b/cinelerra-5.1/cinelerra/bdcreate.C index 02386bd0..cc0fbc8c 100644 --- a/cinelerra-5.1/cinelerra/bdcreate.C +++ b/cinelerra-5.1/cinelerra/bdcreate.C @@ -321,7 +321,7 @@ int CreateBD_Thread::create_bd_jobs(ArrayList *jobs, const char strncpy(cp, opts, sizeof(asset->ff_video_options)-len); } asset->ff_video_bitrate = vid_bitrate; - asset->ff_video_quality = 0; + asset->ff_video_quality = -1; job = new BatchRenderJob(mwindow->preferences); jobs->append(job);