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

2024-07-16 Thread Steven Liu
Steven Liu 于2024年7月15日周一 21:47写道: > > CoderVenkat 于2024年7月15日周一 00:07写道: > > > > Apologies > > Correct file attached in this > > mail.___ > I need more time look at the deep for and if logic. Hi CoderVenkat, +/* Check only one default audio stream

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

2024-07-15 Thread Steven Liu
CoderVenkat 于2024年7月15日周一 00:07写道: > > Apologies > Correct file attached in this > mail.___ I need more time look at the deep for and if logic. Thanks Steven ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg

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

2024-07-14 Thread CoderVenkat
Apologies Correct file attached in this mail.From 631bdac055935be6f2dfb7c6e227098dae62eb6e Mon Sep 17 00:00:00 2001 From: vckt Date: Fri, 5 Jul 2024 18:51:32 +0530 Subject: [PATCH v3] avformat/hls: Fixed incorrect behaviour of default setting, added autoselect and forced In absence of defualt i

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

2024-07-14 Thread CoderVenkat
Hi, I separated both into different for loops, and changed the order of some checks so they aren't unnecessarily done. Attached patch to this mail. Thanks, vcktFrom 1ccc029801699c21db2fad8e20ddfab226068c37 Mon Sep 17 00:00:00 2001 From: vckt Date: Fri, 5 Jul 2024 18:51:32 +0530 Subject: [PATCH v