===================================================================
--- gpac.orig/src/isomedia/box_funcs.c
+++ gpac/src/isomedia/box_funcs.c
-@@ -303,8 +303,10 @@ GF_Err gf_isom_box_parse_ex(GF_Box **out
+@@ -90,6 +90,8 @@ static GF_Err gf_isom_full_box_read(GF_B
+
+ u64 unused_bytes = 0;
+
++#define GF_SKIP_BOX 10
++
+ GF_Err gf_isom_box_parse_ex(GF_Box **outBox, GF_BitStream *bs, u32 parent_type, Bool is_root_box)
+ {
+ u32 type, uuid_type, hdr_size, restore_type;
+@@ -303,8 +305,10 @@ GF_Err gf_isom_box_parse_ex(GF_Box **out
if (e && (e != GF_ISOM_INCOMPLETE_FILE)) {
gf_isom_box_del(newBox);
*outBox = NULL;