From 523dfab86bd1bba8329f64501efb2a98037207e8 Mon Sep 17 00:00:00 2001 From: Scott Date: Thu, 2 Jan 2020 17:05:50 +1030 Subject: [PATCH] revid/config/config.go: Added full stop. --- revid/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revid/config/config.go b/revid/config/config.go index 50240d1e..b766c648 100644 --- a/revid/config/config.go +++ b/revid/config/config.go @@ -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.