codec: hh264: adding package comment

This commit is contained in:
Ella Pietraroia 2020-03-12 15:12:04 +10:30
parent 19cbcfb08a
commit 231ad77682
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package h264 provides functions for processing and converting video from byte streams to H264 format.
package h264
import (