Skip to content

Commit

Permalink
test: print av1_obu_print
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Jan 22, 2025
1 parent e127acc commit 1c55b63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/av1.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ static int copy_obu(struct mbuf *mb_bs, const uint8_t *buf, size_t size)
return err;
}

DEBUG_NOTICE(".... copy_obu: %H\n", av1_obu_print, &hdr);

switch (hdr.type) {

case AV1_OBU_SEQUENCE_HEADER:
Expand Down

0 comments on commit 1c55b63

Please sign in to comment.