Skip to content

Commit

Permalink
Merge branch 'master' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jun 3, 2020
2 parents 6cc0593 + 0cd54d1 commit 59912db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libheif/heif_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ Error HeifFile::parse_heif_file(BitstreamRange& range)

if (!m_ftyp_box->has_compatible_brand(fourcc("heic")) &&
!m_ftyp_box->has_compatible_brand(fourcc("heix")) &&
!m_ftyp_box->has_compatible_brand(fourcc("mif1")) &&
!m_ftyp_box->has_compatible_brand(fourcc("avif"))) {
std::stringstream sstr;
sstr << "File does not include any supported brands.\n";
Expand Down

0 comments on commit 59912db

Please sign in to comment.