Skip to content

Commit 2ab1236

Browse files
committed
1 parent 58f8bf3 commit 2ab1236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/ffmigrate/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func migrateProcessConfig(logger log.Logger, config *app.Config, version string)
188188
return false, fmt.Errorf("unsupported FFmpeg version: %w", err)
189189
}
190190

191-
if targetmajor > 7 {
191+
if targetmajor > 8 {
192192
err := fmt.Errorf("unknown FFmpeg version found: %d", targetmajor)
193193
logger.Error().WithError(err).Log("Unsupported FFmpeg version")
194194
return false, fmt.Errorf("unsupported FFmpeg version: %w", err)

0 commit comments

Comments
 (0)