Searched refs:num_title_idx (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dbluray.c117 int num_title_idx; local
142 num_title_idx = bd_get_titles(bd->bd, TITLES_RELEVANT, MIN_PLAYLIST_LENGTH);
143 av_log(h, AV_LOG_INFO, "%d usable playlists:\n", num_title_idx);
144 if (num_title_idx < 1) {
152 for (i = 0; i < num_title_idx; i++) {

Completed in 87 milliseconds