fix audio

This commit is contained in:
2025-11-07 09:14:13 -08:00
parent 106de26b29
commit ffe6f4afb4
4 changed files with 79 additions and 39 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ edition = "2024"
[dependencies]
rply-codec = { path = "../codec" }
retro-rs = { version = "0.5.5", default-features=false }
retro-rs = { version = "0.5.5", default-features=false, path= "../../retro-rs" }
ffmpeg-next = "8.0.0"
ringbuf = "0.4.8"