add PCM_ALAW

This commit is contained in:
nareix 2016-06-11 23:32:53 +08:00
parent 970e23747a
commit a09ee38028

1
av.go
View File

@ -110,6 +110,7 @@ const (
H264 = iota+0x264 H264 = iota+0x264
AAC AAC
PCM_MULAW PCM_MULAW
PCM_ALAW
) )
type CodecData interface { type CodecData interface {