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

2017-11-23 Thread Steven Liu
2017-11-24 1:15 GMT+08:00 Moritz Barsnick : > On Thu, Nov 23, 2017 at 11:47:30 +0100, Carl Eugen Hoyos wrote: >> (Isn't there a patch to fix the variable name?) > Still pending: > https://patchwork.ffmpeg.org/patch/6257/ patchset pushed Thanks >

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

2017-11-23 Thread Moritz Barsnick
On Thu, Nov 23, 2017 at 11:47:30 +0100, Carl Eugen Hoyos wrote: > (Isn't there a patch to fix the variable name?) Still pending: https://patchwork.ffmpeg.org/patch/6257/ ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

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

2017-11-23 Thread Carl Eugen Hoyos
2017-11-23 4:37 GMT+01:00 : > +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) { > +

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

2017-11-22 Thread vdixit
From: Vishwanath Dixit Signed-off-by: Karthick J --- doc/muxers.texi | 12 ++ libavformat/hlsenc.c | 63 ++-- 2 files changed, 73 insertions(+), 2 deletions(-) diff --git a/doc/muxers.texi