Home
last modified time | relevance | path

Searched refs:MP4_MAX_BOX_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/mp4/
H A Dmp4_reader.c59 #define MP4_MAX_BOX_SIZE (1<<29) /* Does not apply to the mdat box */ macro
302 (*box_type != MP4_BOX_TYPE_MDAT && *box_size > MP4_MAX_BOX_SIZE)) in mp4_read_box_header()
396 if(box_size < MP4_MAX_BOX_SIZE) box_size = SKIP_BYTES(p_ctx, box_size); in mp4_read_box_data()