Skip to content

Commit cc7c807

Browse files
committed
whoops
1 parent 667382b commit cc7c807

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
@@ -10,7 +10,7 @@ By self contained I mean:
1010
## Example
1111

1212
```rust
13-
let input_path_cstr = std::ffi::CString::new("path/to/source.mp4").unwrap("to c str");
13+
let input_path_cstr = std::ffi::CString::new("path/to/source.mp4").unwrap();
1414

1515
// Open an e.g. MP4 file
1616
avformat_open_input(

0 commit comments

Comments
 (0)