container/mts/encoder.go: updated comment for Encode constants

This commit is contained in:
Saxon 2019-05-23 14:05:17 +09:30
parent 85984555a3
commit ecc0ab8664
1 changed files with 1 additions and 2 deletions

View File

@ -84,8 +84,7 @@ const (
audioStreamID = 0xc0 // First audio stream ID.
)
// Video and Audio constants are used to communicate which media type will be encoded when creating a
// new encoder with NewEncoder.
// Constants used to communicate which media codec will be packetized.
const (
EncodeH264 = iota
EncodeH265