mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2020-10-13 Fred Gleason <fredg@paravelsystems.com>
* Added an 'ENCODER_PRESETS' table to the database. * Incremented the database verssion to 343. * Added an 'Encoder Profiles' dialog to rdadmin(1). * Removed static content dependencies from the WebGet service. * Refactored the WebGet service to use Encoder Profiles. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -245,8 +245,8 @@ void RenderDialog::starttimeSourceData(int item)
|
||||
|
||||
void RenderDialog::audiosettingsData()
|
||||
{
|
||||
RDExportSettingsDialog *d=new RDExportSettingsDialog(render_settings,this);
|
||||
if(d->exec()==0) {
|
||||
RDExportSettingsDialog *d=new RDExportSettingsDialog("RDLogEdit",this);
|
||||
if(d->exec(render_settings)) {
|
||||
render_audiosettings_edit->setText(render_settings->description());
|
||||
}
|
||||
delete d;
|
||||
|
Reference in New Issue
Block a user