Skip to content

Commit

Permalink
fix: removing fast-decode 2 as invalid input since mainline added a n…
Browse files Browse the repository at this point in the history
…ew fast-decode level
  • Loading branch information
NeutronPCXT committed Nov 2, 2024
1 parent 0fb626b commit 916cabd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Source/Lib/Globals/enc_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,14 +546,6 @@ EbErrorType svt_av1_verify_settings(SequenceControlSet *scs) {
config->fast_decode);
return_error = EB_ErrorBadParameter;
}
if (config->fast_decode > 1) {
SVT_ERROR(
"Instance %u: Invalid fast decode flag [0 - 1, 0 for no decoder optimization], your "
"input: %d\n",
channel_number + 1,
config->fast_decode);
return_error = EB_ErrorBadParameter;
}
if (config->tune > 4) {
SVT_ERROR(
"Instance %u: Invalid tune flag [0 - 4, 0: VQ, 1: PSNR, 2: SSIM, 3: Subjective SSIM, 4: Still Picture], your "
Expand Down

0 comments on commit 916cabd

Please sign in to comment.