Files
ladybird/Userland/Libraries/LibGfx/ImageFormats/BooleanDecoder.cpp
Nico Weber 1dfb065a9c LibGfx+LibVideo: Make BooleanDecoder usable for both VP8 and VP9
The marker bit is VP9-only, so move that into a new initialize_vp9()
function.

finish_decode() is VP9-only, so rename that to finish_decode_vp9().
2023-05-27 05:47:42 +02:00

2.7 KiB