Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/aac/
H A Daac.c962 } aac_chapter_t; typedef
964 static aac_chapter_t *
987 aac_chapter_t *chapters = malloc (sizeof (aac_chapter_t) * i_sample_count); in aac_load_itunes_chapters()
988 memset (chapters, 0, sizeof (aac_chapter_t) * i_sample_count); in aac_load_itunes_chapters()
1043 …rs (ddb_playlist_t *plt, DB_playItem_t *after, DB_playItem_t *origin, aac_chapter_t *chapters, int… in aac_insert_with_chapters()
1152 aac_chapter_t *chapters = NULL; in aac_insert()