Lines Matching defs:agroup
182 const char *agroup; /* audio group name */
1425 if (vs->has_video || vs->has_subtitle || !vs->agroup)
1434 ff_hls_write_audio_rendition(hls->m3u8_out, vs->agroup, m3u8_rel_name, vs->language, i, hls->has_default_key ? vs->is_default : 1);
1465 if (vs->agroup) {
1469 temp_vs->agroup &&
1470 !av_strcasecmp(temp_vs->agroup, vs->agroup)) {
1515 aud_st ? vs->agroup : NULL, vs->codec_attr, ccgroup, sgroup);
1519 aud_st ? vs->agroup : NULL, vs->codec_attr, ccgroup, sgroup);
2007 * "a:0,agroup:a0,default:1,language:ENG a:1,agroup:a1,default:0 v:0,agroup:a0 v:1,agroup:a1"
2016 * agroup: is key to specify audio group. A string can be given as value.
2078 } else if (av_strstart(keyval, "agroup:", &val)) {
2079 vs->agroup = val;
2340 if (vs->has_video && vs->agroup) {
2344 vs_agroup->agroup &&
2345 !av_strcasecmp(vs_agroup->agroup, vs->agroup)) {