codecutil: commenting

This commit is contained in:
Trek H 2021-02-22 15:30:00 +10:30
parent 778a19f939
commit 1b13582151
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LICENSE
package codecutil package codecutil
// All available codecs for reference in any application. // 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 ( const (
PCM = "pcm" PCM = "pcm"
ADPCM = "adpcm" ADPCM = "adpcm"