mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibVideo: Remove printing of the interpolation filter in VP9 dump_info
The interpolation filter value is not set when reading an intra-only frame, so printing this for the first keyframe of the file was printing "220", which is invalid.
This commit is contained in:
parent
caee37ef9c
commit
3ffbe20067
Notes:
sideshowbarker
2024-07-17 06:08:42 +09:00
Author: https://github.com/Zaggy1024
Commit: 3ffbe20067
Pull-request: https://github.com/SerenityOS/serenity/pull/15363
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/FireFox317
Reviewed-by: https://github.com/MacDue
Reviewed-by: https://github.com/davidot
1 changed files with 0 additions and 1 deletions
|
@ -1396,7 +1396,6 @@ void Parser::dump_info()
|
|||
outln("Frame dimensions: {}x{}", m_frame_width, m_frame_height);
|
||||
outln("Render dimensions: {}x{}", m_render_width, m_render_height);
|
||||
outln("Bit depth: {}", m_bit_depth);
|
||||
outln("Interpolation filter: {}", (u8)m_interpolation_filter);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue