mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
app: fix IVF AV1 YUV 420 vids to work on Android. Turns out the decoding thread had a race condition, so we do the header loading sync now to get the number of frames first before continuing. it hardly affects performance much at all.
This commit is contained in:
1
bin/app/Cargo.lock
generated
1
bin/app/Cargo.lock
generated
@@ -4722,7 +4722,6 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "rav1d"
|
||||
version = "1.1.0"
|
||||
source = "git+https://github.com/leo030303/rav1d?branch=add-rust-api#3ef268229621b863fd88a20cea226944d764dcd0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"atomig",
|
||||
|
||||
Reference in New Issue
Block a user