Commit aa85fe68 for libheif
commit aa85fe68094e817d6dd41989450e6ae406a57ade
Author: Dirk Farin <dirk.farin@gmail.com>
Date: Thu Apr 2 17:45:04 2026 +0200
heif-enc: add missing help for --component-content-ids
diff --git a/examples/heif_enc.cc b/examples/heif_enc.cc
index 6beacbaf..5a2292c3 100644
--- a/examples/heif_enc.cc
+++ b/examples/heif_enc.cc
@@ -500,6 +500,9 @@ void show_help(const char* argv0)
#if WITH_UNCOMPRESSED_CODEC
<< " -U, --uncompressed encode as uncompressed image (according to ISO 23001-17) (EXPERIMENTAL)\n"
<< " --unci-compression METHOD choose one of these methods: none, deflate, zlib, brotli.\n"
+#endif
+#if HEIF_ENABLE_EXPERIMENTAL_FEATURES
+ << " --component-content-ids assign random content IDs to the components of an ISO 23001-17 image.\n"
#endif
<< " --list-encoders list all available encoders for all compression formats\n"
<< " -e, --encoder ID select encoder to use (the IDs can be listed with --list-encoders)\n"