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.
|
||||
)
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue