This commit is contained in:
Andrey Semochkin 2021-02-16 01:46:01 +03:00
parent 340498eaae
commit dd938d5e11

View File

@ -208,7 +208,7 @@ func (element *Muxer) WritePacket(pkt av.Packet) (err error) {
} }
case av.PCM_ALAW: case av.PCM_ALAW:
case av.OPUS: case av.OPUS:
case av.PCM_ALAW: case av.PCM_MULAW:
case av.AAC: case av.AAC:
//TODO: NEED ADD DECODER AND ENCODER //TODO: NEED ADD DECODER AND ENCODER
return ErrorCodecNotSupported return ErrorCodecNotSupported