We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0e20c commit 8a89261Copy full SHA for 8a89261
README.md
@@ -9,7 +9,7 @@ let streams: &[AVStream] = std::slice::from_raw_parts(
9
ifmt_ctx.nb_streams as usize
10
);
11
12
-// C bindings require zero for` loops 😌 - instead turn C dynamic arrays into Rust array refs
+// C bindings require zero for loops 😌 - instead turn C dynamic arrays into Rust array refs
13
for stream in std::slice::from_raw_parts(*ifmt_ctx.streams, ifmt_ctx.nb_streams as usize) {
14
/// ... stream is of type '&AVStream'
15
}
0 commit comments