Skip to content

Commit

Permalink
fn rav1d_parse_obus: Fix comment typo (from dav1d).
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen committed Dec 2, 2023
1 parent 25139d2 commit 6571bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/obu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ pub(crate) unsafe fn rav1d_parse_obus(
const DEBUG_OBU_METADATA: bool = false;
let init_ptr = gb.ptr;

// obu metadta type field
// obu metadata type field
let meta_type = rav1d_get_uleb128(&mut gb) as ObuMetaType;
let meta_type_len = ((rav1d_get_bits_pos(&mut gb) - init_bit_pos) >> 3) as c_int;
if gb.error != 0 {
Expand Down

0 comments on commit 6571bb7

Please sign in to comment.