mirror of https://bitbucket.org/ausocean/av.git
pes: PCM is SID 192, ADPCM 193
This commit is contained in:
parent
236d2c5f48
commit
ba8050f66f
|
@ -31,8 +31,8 @@ const (
|
||||||
H264SID = 27
|
H264SID = 27
|
||||||
H265SID = 36
|
H265SID = 36
|
||||||
MJPEGSID = 28
|
MJPEGSID = 28
|
||||||
PCMSID = 191
|
PCMSID = 192
|
||||||
ADPCMSID = 192
|
ADPCMSID = 193
|
||||||
)
|
)
|
||||||
|
|
||||||
// SIDToMIMEType will return the corresponding MIME type for passed stream ID.
|
// SIDToMIMEType will return the corresponding MIME type for passed stream ID.
|
||||||
|
|
Loading…
Reference in New Issue