mirror of https://bitbucket.org/ausocean/av.git
revid/config/config.go: Added full stop.
This commit is contained in:
parent
d853860526
commit
523dfab86b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue