Skip to content

Commit

Permalink
ffmpeg v7 fixes #1440 alpha/Ut Video preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Aug 25, 2024
1 parent 324436b commit c4d38a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/docks/encodedock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,6 @@ void EncodeDock::loadPresets()
name = QString("%1 (%2)").arg(textParts.join('/'), profile);
}
}
if ("alpha/Ut Video" == name)
continue;
// Create a category node if the name includes a slash.
QStringList nameParts = name.split('/');
if (nameParts.count() > 1) {
Expand Down

0 comments on commit c4d38a6

Please sign in to comment.