Fix name and remove comments.

This commit is contained in:
scruzin 2019-11-22 13:25:43 +10:30
parent 0cffead826
commit b67944b356
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/*
NAME
audio_linux.go
audio_windows.go
AUTHORS
Alan Noble <alan@ausocean.org>
@ -32,8 +32,6 @@ import (
"bitbucket.org/ausocean/av/codec/codecutil"
"bitbucket.org/ausocean/av/codec/pcm"
"bitbucket.org/ausocean/av/container/mts"
// "bitbucket.org/ausocean/av/device"
// "bitbucket.org/ausocean/av/device/alsa"
"bitbucket.org/ausocean/utils/logger"
)