Skip to content

Commit

Permalink
Added VVC codec functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamaika1 authored Jan 13, 2024
1 parent b348bf3 commit fbe9022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libheif/error.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ const char* Error::get_error_string(heif_suberror_code err)
return "No 'hdlr' box";
case heif_suberror_No_hvcC_box:
return "No 'hvcC' box";
case heif_suberror_No_vvcC_box:
return "No 'vvcC' box";
case heif_suberror_No_av1C_box:
return "No 'av1C' box";
case heif_suberror_No_pitm_box:
Expand Down

0 comments on commit fbe9022

Please sign in to comment.