[FFmpeg-cvslog] configure: Make hls demuxer select AAC, AC3 and EAC3 demuxers
Andreas Rheinhardt
git at videolan.org
Tue Mar 26 07:44:12 EET 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Mar 17 23:59:26 2024 +0100| [8d8b5947c336eeee9a46e62969dfefd7e112d256] | committer: Andreas Rheinhardt
configure: Make hls demuxer select AAC, AC3 and EAC3 demuxers
The code relies on their presence and would presumably crash
when retrieving in_fmt->name if an encrypted stream with a codec id
without demuxer were encountered.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d8b5947c336eeee9a46e62969dfefd7e112d256
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 9fa639fca6..2a1d22310b 100755
--- a/configure
+++ b/configure
@@ -3588,7 +3588,7 @@ flac_demuxer_select="flac_parser"
flv_muxer_select="aac_adtstoasc_bsf"
gxf_muxer_select="pcm_rechunk_bsf"
hds_muxer_select="flv_muxer"
-hls_demuxer_select="adts_header ac3_parser mov_demuxer mpegts_demuxer"
+hls_demuxer_select="aac_demuxer ac3_demuxer adts_header ac3_parser eac3_demuxer mov_demuxer mpegts_demuxer"
hls_muxer_select="mov_muxer mpegts_muxer"
iamf_demuxer_select="iamfdec"
iamf_muxer_select="iamfenc"
More information about the ffmpeg-cvslog
mailing list