We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208eef4 commit 62513feCopy full SHA for 62513fe
libheif/brands.cc
@@ -21,6 +21,7 @@
21
#include "brands.h"
22
#include "file.h"
23
#include "sequences/track_visual.h"
24
+#include <utility>
25
26
27
static bool check_mif1(const HeifContext* ctx)
libheif/sequences/track_metadata.cc
@@ -22,6 +22,7 @@
#include "chunk.h"
#include "context.h"
#include "libheif/api_structs.h"
28
Track_Metadata::Track_Metadata(HeifContext* ctx, const std::shared_ptr<Box_trak>& trak)
0 commit comments