From 7dc2bdfded57bcad12531e35ccf9f833925310b5 Mon Sep 17 00:00:00 2001 From: Saxon Date: Thu, 9 May 2019 11:59:20 +0930 Subject: [PATCH] codec/h265: added package comment --- codec/h265/lex.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codec/h265/lex.go b/codec/h265/lex.go index 8cbfb400..fb7c0a88 100644 --- a/codec/h265/lex.go +++ b/codec/h265/lex.go @@ -25,6 +25,8 @@ LICENSE in gpl.txt. If not, see http://www.gnu.org/licenses. */ +// Package h265 provides an RTP h265 lexer that can extract h265 access units +// from an RTP stream. package h265 import (