Tristan Matthews pushed to branch master at VideoLAN / VLC


Commits:
d909bb41 by Tristan Matthews at 2025-09-26T17:14:52+00:00
rav1e: avoid read of uninitialized bool

Fixes CID 1666297

- - - - -


1 changed file:

- modules/codec/rav1e.c


Changes:

=====================================
modules/codec/rav1e.c
=====================================
@@ -101,6 +101,7 @@ static block_t *Encode(encoder_t *enc, picture_t *p_pict)
                 {
                     block_ChainRelease(p_out);
                     p_out = NULL;
+                    again = false;
                     break;
                 }
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/d909bb4111b709bf4ab9fd16a4fdc733f354cf1e

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/d909bb4111b709bf4ab9fd16a4fdc733f354cf1e
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to