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.
|
// RTSPURL must also be defined.
|
||||||
Input uint8
|
Input uint8
|
||||||
|
|
||||||
// InputCodec defines the input codec we wish to use, and therefore define the
|
// InputCodec defines the input codec we wish to use, and therefore defines the
|
||||||
// lexer for use in the pipeline. In most cases this defaults according to a
|
// lexer for use in the pipeline. This defaults to H264, but H265 is also a
|
||||||
// particular input. Both Raspivid and V4l use H264, but File input may use
|
// valid option if we expect this from the input.
|
||||||
// H264 or MJPEG.
|
|
||||||
InputCodec uint8
|
InputCodec uint8
|
||||||
|
|
||||||
// Outputs define the outputs we wish to output data too.
|
// Outputs define the outputs we wish to output data too.
|
||||||
|
|
Loading…
Reference in New Issue