revid/config/config.go: Added full stop.

This commit is contained in:
Scott 2020-01-02 17:05:50 +10:30
parent d853860526
commit 523dfab86b
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ type Config struct {
HorizontalFlip bool // HorizontalFlip flips video horizontally for Raspivid input.
VerticalFlip bool // VerticalFlip flips video vertically for Raspivid input.
Filters []int // Defines the methods of filtering to be used in between lexing and encoding.
PSITime int // Sets the time between a packet being sent
PSITime int // Sets the time between a packet being sent.
// RTMP ring buffer parameters.
RTMPRBSize int // The number of elements in the RTMP sender ringbuffer.