mirror of https://bitbucket.org/ausocean/av.git
container/mts/encoder.go: gave MJPEG stream ID unique value
This commit is contained in:
parent
191be04b11
commit
4ecd99b0f5
|
@ -43,7 +43,7 @@ import (
|
||||||
const (
|
const (
|
||||||
H264ID = 27
|
H264ID = 27
|
||||||
H265ID = 36
|
H265ID = 36
|
||||||
MJPEGID = 27 // TODO: find an available value for this.
|
MJPEGID = 28
|
||||||
audioStreamID = 0xc0 // ADPCM audio stream ID.
|
audioStreamID = 0xc0 // ADPCM audio stream ID.
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue