Skip to content

Commit 7c49fce

Browse files
committed
[BSD3] set written ctts box version to 1
1 parent 17dd3f6 commit 7c49fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libheif/sequences/seq_boxes.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ bool Box_ctts::is_constant_offset() const
826826

827827
void Box_ctts::derive_box_version()
828828
{
829-
set_version(0);
829+
set_version(1);
830830
}
831831

832832

0 commit comments

Comments
 (0)