mirror of https://bitbucket.org/ausocean/av.git
codecutil: commenting
This commit is contained in:
parent
778a19f939
commit
1b13582151
|
@ -25,7 +25,7 @@ LICENSE
|
|||
package codecutil
|
||||
|
||||
// All available codecs for reference in any application.
|
||||
// when adding or removing a codec from this list, IsValid below must be updated.
|
||||
// When adding or removing a codec from this list, the IsValid function below must be updated.
|
||||
const (
|
||||
PCM = "pcm"
|
||||
ADPCM = "adpcm"
|
||||
|
|
Loading…
Reference in New Issue