revid/config.go: updated commend for Config's InputCodec field.

This commit is contained in:
Saxon 2019-05-28 12:37:50 +09:30
parent b6e5414c8a
commit 061b015297
1 changed files with 3 additions and 4 deletions

View File

@ -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.