Lines Matching refs:playlist
38 int playlist;
46 {"playlist", "", OFFSET(playlist), AV_OPT_TYPE_INT, { .i64=-1 }, -1, 99999, AV_OPT_FLAG_DECODING_PARAM },
148 /* if playlist was not given, select longest playlist */
149 if (bd->playlist < 0) {
155 av_log(h, AV_LOG_INFO, "playlist %05d.mpls (%d:%02d:%02d)\n",
156 info->playlist,
162 bd->playlist = info->playlist;
168 av_log(h, AV_LOG_INFO, "selected %05d.mpls\n", bd->playlist);
171 /* select playlist */
172 if (bd_select_playlist(bd->bd, bd->playlist) <= 0) {
173 av_log(h, AV_LOG_ERROR, "bd_select_playlist(%05d.mpls) failed\n", bd->playlist);