mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 00:51:37 +00:00
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@outlook.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
4495424cfe
commit
54ebb96606
2
configure
vendored
2
configure
vendored
@ -3583,7 +3583,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"
|
||||
|
Loading…
Reference in New Issue
Block a user