Files
ladybird/Userland/Libraries/LibVideo
Zaggy1024 eba72fa3a7 LibVideo/VP9: Wait for workers to finish when there are decoding errors
Previously, the `Parser::decode_tiles()` function wouldn't wait for the
tile-decoding workers to finish before exiting the function, which
could mean that the data the threads are working with could become
invalid if the decoder is deleted after an error is encountered.
2023-04-25 06:35:13 -04:00
..
2023-04-09 23:55:05 +02:00
2023-04-09 23:55:05 +02:00