Skip to content

Commit 8a89261

Browse files
committed
typo
1 parent 8e0e20c commit 8a89261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let streams: &[AVStream] = std::slice::from_raw_parts(
99
ifmt_ctx.nb_streams as usize
1010
);
1111

12-
// C bindings require zero for` loops 😌 - instead turn C dynamic arrays into Rust array refs
12+
// C bindings require zero for loops 😌 - instead turn C dynamic arrays into Rust array refs
1313
for stream in std::slice::from_raw_parts(*ifmt_ctx.streams, ifmt_ctx.nb_streams as usize) {
1414
/// ... stream is of type '&AVStream'
1515
}

0 commit comments

Comments
 (0)