mirror of https://bitbucket.org/ausocean/av.git
codec/h265: added package comment
This commit is contained in:
parent
a94e698c6b
commit
7dc2bdfded
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue