Skip to content

Commit

Permalink
export gf_isom_box_find_child
Browse files Browse the repository at this point in the history
  • Loading branch information
DenizUgur committed Feb 22, 2025
1 parent 8f1b1bb commit e7ab753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@
#pragma comment (linker, EXPORT_SYMBOL(gf_isom_box_new) )
#pragma comment (linker, EXPORT_SYMBOL(gf_isom_box_del) )
#pragma comment (linker, EXPORT_SYMBOL(gf_isom_box_parse) )
#pragma comment (linker, EXPORT_SYMBOL(gf_isom_box_find_child) )
#pragma comment (linker, EXPORT_SYMBOL(gf_isom_clone_box) )
#pragma comment (linker, EXPORT_SYMBOL(gf_isom_get_xml_metadata_description) )
#pragma comment (linker, EXPORT_SYMBOL(gf_isom_get_dims_description) )
Expand Down
2 changes: 1 addition & 1 deletion src/isomedia/box_funcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2416,7 +2416,7 @@ Bool gf_isom_box_is_file_level(GF_Box *s)
}
#endif


GF_EXPORT
GF_Box *gf_isom_box_find_child(GF_List *children, u32 code)
{
u32 i, count;
Expand Down

0 comments on commit e7ab753

Please sign in to comment.