> On Feb 28, 2026, at 13:28, Devraj Ajmera via ffmpeg-devel > <[email protected]> wrote: > > Hi, > > Just a gentle ping regarding this patch. > Please let me know if any changes are needed.
Thanks for your contribution, but https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/dc4c7989704a204dc81eb381261dd5be59930cdb already fix this > > Thanks, > Devraj > > On Mon, Feb 16, 2026 at 10:18 PM Devraj Ajmera <[email protected]> > wrote: > >> Hi, >> >> hls_muxer_select enforces mp4 and mpegts muxer dependencies >> in configure, so the error path should be unreachable. >> >> Replace the AVERROR_MUXER_NOT_FOUND return with >> av_unreachable(). >> >> Signed-off-by: Devraj Ajmera <[email protected]> >> > _______________________________________________ > ffmpeg-devel mailing list -- [email protected] > To unsubscribe send an email to [email protected] _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
