pes: PCM is SID 192, ADPCM 193

This commit is contained in:
Trek H 2020-12-22 13:05:11 +10:30
parent 236d2c5f48
commit ba8050f66f
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ const (
H264SID = 27
H265SID = 36
MJPEGSID = 28
PCMSID = 191
ADPCMSID = 192
PCMSID = 192
ADPCMSID = 193
)
// SIDToMIMEType will return the corresponding MIME type for passed stream ID.