Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli authored and Luni-4 committed May 7, 2023
1 parent bca2a6c commit bbb87f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streams-info/src/streams_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn main() {
// Open the matroska file
let reader = File::open(opts.input).unwrap();

// Create a buffer of size 4096MB to contain matroska data
// Create a buffer of size 4096 bytes to contain matroska data
let ar = AccReader::with_capacity(4 * 1024, reader);

// Set the type of demuxer, in this case, a matroska demuxer
Expand Down

0 comments on commit bbb87f9

Please sign in to comment.