Lines Matching defs:sgroup
183 const char *sgroup; /* subtitle group name */
1379 const char *sgroup = NULL;
1502 if (vid_st && vs->sgroup) {
1503 sgroup = vs->sgroup;
1510 ff_hls_write_subtitle_rendition(hls->m3u8_out, sgroup, vtt_m3u8_rel_name, vs->language, i, hls->has_default_key ? vs->is_default : 1);
1515 aud_st ? vs->agroup : NULL, vs->codec_attr, ccgroup, sgroup);
1519 aud_st ? vs->agroup : NULL, vs->codec_attr, ccgroup, sgroup);
2017 * sgroup: is key to specify subtitle group. A string can be given as value.
2081 } else if (av_strstart(keyval, "sgroup:", &val)) {
2082 vs->sgroup = val;