Lines Matching defs:ccgroup
184 const char *ccgroup; /* closed caption group name */
189 const char *ccgroup; /* closed caption group name */
1378 const char *ccgroup;
1414 avio_printf(hls->m3u8_out, ",GROUP-ID=\"%s\"", ccs->ccgroup);
1487 ccgroup = NULL;
1488 if (vid_st && vs->ccgroup) {
1492 if (!av_strcasecmp(ccs->ccgroup, vs->ccgroup)) {
1493 ccgroup = vs->ccgroup;
1498 av_log(s, AV_LOG_WARNING, "mapping ccgroup %s not found\n",
1499 vs->ccgroup);
1515 aud_st ? vs->agroup : NULL, vs->codec_attr, ccgroup, sgroup);
1519 aud_st ? vs->agroup : NULL, vs->codec_attr, ccgroup, sgroup);
2084 } else if (av_strstart(keyval, "ccgroup:", &val)) {
2085 vs->ccgroup = val;
2175 if (av_strstart(keyval, "ccgroup:", &val)) {
2176 ccs->ccgroup = val;
2187 if (!ccs->ccgroup || !ccs->instreamid) {
2242 //by default, the first available ccgroup is mapped to the variant stream
2244 hls->var_streams[0].ccgroup = hls->cc_streams[0].ccgroup;