diff --git a/pkg/aac/aac.go b/pkg/aac/aac.go index 2cd41580..fadf66b3 100644 --- a/pkg/aac/aac.go +++ b/pkg/aac/aac.go @@ -1,2 +1,2 @@ -// Package aac contains utilities to work with the MPEG-AAC codec. +// Package aac contains utilities to work with the AAC codec. package aac diff --git a/pkg/base/request.go b/pkg/base/request.go index 769ed769..a261eee0 100644 --- a/pkg/base/request.go +++ b/pkg/base/request.go @@ -1,4 +1,4 @@ -// Package base contains the base elements of the RTSP protocol. +// Package base contains the primitives of the RTSP protocol. package base import (