From 36dfb05326688434e81898621f8ad3e89a828880 Mon Sep 17 00:00:00 2001 From: Ella Pietraroia Date: Thu, 23 Apr 2020 14:49:30 +0930 Subject: [PATCH] formatting changes --- codec/h264/h264dec/helpers.go | 2 +- device/device.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codec/h264/h264dec/helpers.go b/codec/h264/h264dec/helpers.go index 9078b7e7..8f60262c 100644 --- a/codec/h264/h264dec/helpers.go +++ b/codec/h264/h264dec/helpers.go @@ -1,6 +1,6 @@ /* DESCRIPTION - helpers.go provides general helper utilities. + helpers.go provides general helper utilities. AUTHORS Saxon Nelson-Milton , The Australian Ocean Laboratory (AusOcean) diff --git a/device/device.go b/device/device.go index ec56e394..72c2a912 100644 --- a/device/device.go +++ b/device/device.go @@ -24,8 +24,8 @@ LICENSE in gpl.txt. If not, see http://www.gnu.org/licenses. */ -// Package device provides an interface and implementations for input devices -// that can be started and stopped from which media data can be obtained. +// Package device describes a configurable audio or video device from which +// media data can be obtained. AVDevice is an io.Reader. package device import (