mirror of https://bitbucket.org/ausocean/av.git
revid/config.go: updated commend for Config's InputCodec field.
This commit is contained in:
parent
b6e5414c8a
commit
061b015297
|
@ -133,10 +133,9 @@ type Config struct {
|
|||
// RTSPURL must also be defined.
|
||||
Input uint8
|
||||
|
||||
// InputCodec defines the input codec we wish to use, and therefore define the
|
||||
// lexer for use in the pipeline. In most cases this defaults according to a
|
||||
// particular input. Both Raspivid and V4l use H264, but File input may use
|
||||
// H264 or MJPEG.
|
||||
// InputCodec defines the input codec we wish to use, and therefore defines the
|
||||
// lexer for use in the pipeline. This defaults to H264, but H265 is also a
|
||||
// valid option if we expect this from the input.
|
||||
InputCodec uint8
|
||||
|
||||
// Outputs define the outputs we wish to output data too.
|
||||
|
|
Loading…
Reference in New Issue