Skip to content

Commit

Permalink
hide alpha/Ut Video export preset broken in FFmpeg 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed May 4, 2023
1 parent 1a26f65 commit 60a7e65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docks/encodedock.cpp
Expand Up @@ -515,6 +515,8 @@ 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 60a7e65

Please sign in to comment.