[FFmpeg-devel] [PATCH 1/3] avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Nov 23 12:47:30 EET 2017


2017-11-23 4:37 GMT+01:00  <vdixit at akamai.com>:

> +        av_strlcpy(m3U8_rel_name, vs->m3u8_name, m3u8_name_size);
> +        ret = get_relative_url(hls->master_m3u8_url, vs->m3u8_name,
> +                               m3U8_rel_name, m3u8_name_size);
> +        if (ret < 0) {
> +            av_log(NULL, AV_LOG_ERROR, "Unable to find relative URL\n");

Needs a context.

(Isn't there a patch to fix the variable name?)

Carl Eugen


More information about the ffmpeg-devel mailing list