FLAC support:
- FLAC container input and output support - FLAC container analyser - FLAC codec support in EBML input and output
This commit is contained in:
parent
0f692233e8
commit
a7183aedc5
17 changed files with 948 additions and 1 deletions
|
@ -386,6 +386,7 @@ makeAnalyser(H264 h264) #LTS
|
|||
makeAnalyser(HLS hls) #LTS
|
||||
makeAnalyser(RIFF riff) #LTS
|
||||
makeAnalyser(RTSP rtsp) #LTS
|
||||
makeAnalyser(FLAC flac)
|
||||
|
||||
#LTS_START
|
||||
########################################
|
||||
|
@ -462,6 +463,8 @@ makeInput(HLS hls)
|
|||
makeInput(DTSC dtsc)
|
||||
makeInput(MP3 mp3)
|
||||
makeInput(FLV flv)
|
||||
makeInput(FLAC flac)
|
||||
|
||||
option(WITH_AV "Build a generic libav-based input (not distributable!)")
|
||||
if (WITH_AV)
|
||||
makeInput(AV av)
|
||||
|
@ -574,6 +577,7 @@ makeOutput(EBML ebml)
|
|||
makeOutput(RTSP rtsp)#LTS
|
||||
makeOutput(WAV wav)#LTS
|
||||
makeOutput(SDP sdp http)
|
||||
makeOutput(FLAC flac http)
|
||||
|
||||
add_executable(MistSession
|
||||
${BINARY_DIR}/mist/.headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue