mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 21:42:19 +00:00
LibVideo/VP9: Remove a FIXME that is impossible to fix
We can't memset an array with 32-bit integers to non-zero values, silly past me :^)
This commit is contained in:
parent
d218a68296
commit
eafc048101
Notes:
sideshowbarker
2024-07-17 03:55:54 +09:00
Author: https://github.com/Zaggy1024
Commit: eafc048101
Pull-request: https://github.com/SerenityOS/serenity/pull/16238
1 changed files with 0 additions and 1 deletions
|
@ -604,7 +604,6 @@ DecoderErrorOr<void> Decoder::predict_intra(u8 plane, u32 x, u32 y, bool have_le
|
|||
}
|
||||
break;
|
||||
case PredictionMode::DcPred: {
|
||||
// FIXME: All indices are set equally below, use memset.
|
||||
Intermediate average = 0;
|
||||
|
||||
if (have_left && have_above) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue