Commit 230dd001 for libheif

commit 230dd001c7fa8d7f7cdc53b49e135ac4de6abe1d
Author: Dirk Farin <dirk.farin@gmail.com>
Date:   Tue Feb 24 20:12:40 2026 +0100

    write isom brand instead of iso8

diff --git a/libheif/brands.cc b/libheif/brands.cc
index 9aeb039c..cf3486ac 100644
--- a/libheif/brands.cc
+++ b/libheif/brands.cc
@@ -143,7 +143,7 @@ std::vector<heif_brand2> compute_compatible_brands(const HeifContext* ctx, heif_

   if (ctx->has_sequence()) {
     compatible_brands.push_back(heif_brand2_msf1);
-    compatible_brands.push_back(heif_brand2_iso8);
+    compatible_brands.push_back(heif_brand2_isom);

     auto track_result = ctx->get_track(0);
     assert(track_result);