container/mts/encoder.go: gave MJPEG stream ID unique value

This commit is contained in:
Saxon 2019-09-24 12:54:12 +09:30
parent 191be04b11
commit 4ecd99b0f5
1 changed files with 1 additions and 1 deletions

View File

@ -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.
) )