Re: [FFmpeg-devel] [PATCH v2] avformat/hls: Fixed incorrect behaviour of default

2024-07-14 Thread Steven Liu
CoderVenkat 于2024年7月14日周日 16:21写道: Hi Coder Venkat, > > Ping. > Any chance you could take a look? I would like to submit another fix based on > this. @@ -1434,6 +1436,31 @@ static int create_master_playlist(AVFormatContext *s, avio_printf(hls->m3u8_out, ",INSTREAM-ID=\"%s\"\n", ccs->in

Re: [FFmpeg-devel] [PATCH v2] avformat/hls: Fixed incorrect behaviour of default

2024-07-14 Thread CoderVenkat
Ping. Any chance you could take a look? I would like to submit another fix based on this. Thanks, vckt On 2024-07-08 19:13, CoderVenkat wrote: Hello, I have attached a patch with the requested changes. Thanks, vckt ___ ffmpeg-devel mailing list ffmpe

[FFmpeg-devel] [PATCH v2] avformat/hls: Fixed incorrect behaviour of default

2024-07-08 Thread CoderVenkat
Hello, I have attached a patch with the requested changes. Thanks, vckt From 5ac9b69d1c570eff4bc72ee4469874a9b182537d Mon Sep 17 00:00:00 2001 From: vckt Date: Fri, 5 Jul 2024 18:51:32 +0530 Subject: [PATCH v2] avformat/hls: Fixed incorrect behaviour of default setting, added autoselect and forc