Searched refs:subsong (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | libopenmpt.c | 47 int subsong; member 56 { "subsong", "set subsong", OFFSET(subsong), AV_OPT_TYPE_INT, { .i64 = -2 }, -2, INT_MAX, A | D, "subsong"}, 57 { "all", "all", 0, AV_OPT_TYPE_CONST, { .i64 = -1}, 0, 0, A | D, "subsong" }, 58 { "auto", "auto", 0, AV_OPT_TYPE_CONST, { .i64 = -2}, 0, 0, A | D, "subsong" }, 122 if (openmpt->subsong >= openmpt_module_get_num_subsongs(openmpt->module)) { in read_header_openmpt() 123 av_log(s, AV_LOG_ERROR, "Invalid subsong index: %d\n", openmpt->subsong); in read_header_openmpt() [all...] |
Completed in 1 milliseconds