Skip to content

Commit

Permalink
fix View > Resources > Convert negatively affects color
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Nov 4, 2024
1 parent 0ad355e commit 49b800d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dialogs/resourcedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ void ResourceDialog::convert()
MLT.profile().progressive(), this);
dialog.setWindowTitle(tr("Convert..."));
dialog.setWindowModality(QmlApplication::dialogModality());
dialog.set709Convert(true);
Transcoder transcoder;
transcoder.setProducers(producers);
transcoder.convert(dialog);
Expand Down

0 comments on commit 49b800d

Please sign in to comment.