mirror of https://bitbucket.org/ausocean/av.git
formatting changes
This commit is contained in:
parent
0213c89b1b
commit
36dfb05326
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
DESCRIPTION
|
||||
helpers.go provides general helper utilities.
|
||||
helpers.go provides general helper utilities.
|
||||
|
||||
AUTHORS
|
||||
Saxon Nelson-Milton <saxon@ausocean.org>, The Australian Ocean Laboratory (AusOcean)
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue