File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -624,7 +624,9 @@ typedef struct avifContentLightLevelInformationBox
624
624
struct avifImage ;
625
625
626
626
// Gain map image and associated metadata.
627
- // Must be allocated by calling avifGainMapCreate().
627
+ //
628
+ // NOTE: The avifGainMap struct may be extended in a future release. Code outside the libavif
629
+ // library must allocate avifGainMap by calling the avifGainMapCreate() function.
628
630
typedef struct avifGainMap
629
631
{
630
632
// Gain map pixels.
@@ -705,6 +707,8 @@ typedef struct avifGainMap
705
707
// Optimal viewing conditions of the alternate image ('clli' box content
706
708
// of the alternate image that the gain map was created from).
707
709
avifContentLightLevelInformationBox altCLLI;
710
+
711
+ // Version 1.2.0 ends here. Add any new members after this line.
708
712
} avifGainMap;
709
713
710
714
// Allocates a gain map. Returns NULL if a memory allocation failed.
You can’t perform that action at this time.
0 commit comments