mirror of https://bitbucket.org/ausocean/av.git
Fix name and remove comments.
This commit is contained in:
parent
0cffead826
commit
b67944b356
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue