mirror of https://bitbucket.org/ausocean/av.git
container/mts/encoder.go: updated comment for Encode constants
This commit is contained in:
parent
85984555a3
commit
ecc0ab8664
|
@ -84,8 +84,7 @@ const (
|
||||||
audioStreamID = 0xc0 // First audio stream ID.
|
audioStreamID = 0xc0 // First audio stream ID.
|
||||||
)
|
)
|
||||||
|
|
||||||
// Video and Audio constants are used to communicate which media type will be encoded when creating a
|
// Constants used to communicate which media codec will be packetized.
|
||||||
// new encoder with NewEncoder.
|
|
||||||
const (
|
const (
|
||||||
EncodeH264 = iota
|
EncodeH264 = iota
|
||||||
EncodeH265
|
EncodeH265
|
||||||
|
|
Loading…
Reference in New Issue