Added AAC output support

This commit is contained in:
Thulinma 2020-07-01 22:29:40 +02:00
parent 04d28181e0
commit 0870a91e12
4 changed files with 102 additions and 0 deletions

View file

@ -479,6 +479,7 @@ makeOutput(OGG ogg http)
makeOutput(FLV flv http)
makeOutput(HTTPMinimalServer http_minimalserver http)
makeOutput(MP4 mp4 http)
makeOutput(AAC aac http)
makeOutput(MP3 mp3 http)
makeOutput(H264 h264 http)
makeOutput(HDS hds http)