Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Dmedia_player.c1678 void libvlc_chapter_descriptions_release( libvlc_chapter_description_t **p_chapters, in libvlc_chapter_descriptions_release() argument
1683 if ( !p_chapters[i] ) in libvlc_chapter_descriptions_release()
1686 free( p_chapters[i]->psz_name ); in libvlc_chapter_descriptions_release()
1687 free( p_chapters[i] ); in libvlc_chapter_descriptions_release()
1689 free( p_chapters ); in libvlc_chapter_descriptions_release()
/dports/multimedia/vlc/vlc-3.0.16/include/vlc/
H A Dlibvlc_media_player.h1321 void libvlc_chapter_descriptions_release( libvlc_chapter_description_t **p_chapters,