Skip to content

Commit

Permalink
add missing sub-error to Go interface
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Aug 20, 2018
1 parent 9e626fb commit 198d64d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/heif/heif.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ const (

SuberrorNoInfeBox = C.heif_suberror_No_infe_box

SuberrorUnknownColorProfileType = C.heif_suberror_Unknown_color_profile_type

// --- Memory_allocation_error ---

// A security limit preventing unreasonable memory allocations was exceeded by the input file.
Expand Down

0 comments on commit 198d64d

Please sign in to comment.