Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dmp4.c902 bool b_allsamelength = true; in GetMoofBox() local
906 while (p_entry && (b_allsamelength || b_allsamesize)) in GetMoofBox()
909b_allsamelength &= ( p_entry->p_block->i_length == p_stream->read.p_first->p_block->i_length ); in GetMoofBox()
919 if (b_allsamelength && in GetMoofBox()
973 if (!b_allsamelength || in GetMoofBox()