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 667382b commit cc7c807Copy full SHA for cc7c807
README.md
@@ -10,7 +10,7 @@ By self contained I mean:
10
## Example
11
12
```rust
13
-let input_path_cstr = std::ffi::CString::new("path/to/source.mp4").unwrap("to c str");
+let input_path_cstr = std::ffi::CString::new("path/to/source.mp4").unwrap();
14
15
// Open an e.g. MP4 file
16
avformat_open_input(
0 commit comments