codec/h265: added package comment

This commit is contained in:
Saxon 2019-05-09 11:59:20 +09:30
parent a94e698c6b
commit 7dc2bdfded
1 changed files with 2 additions and 0 deletions

View File

@ -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 (