From 231ad776829fa873b4ab9dad0ed193cd6a794104 Mon Sep 17 00:00:00 2001 From: Ella Pietraroia Date: Thu, 12 Mar 2020 15:12:04 +1030 Subject: [PATCH] codec: hh264: adding package comment --- codec/h264/extract.go | 1 + 1 file changed, 1 insertion(+) diff --git a/codec/h264/extract.go b/codec/h264/extract.go index 9c7da115..fa2911f9 100644 --- a/codec/h264/extract.go +++ b/codec/h264/extract.go @@ -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 (