From a39cd31a5735096a0fa99fc71f166d9099f14c68 Mon Sep 17 00:00:00 2001 From: Saxon Date: Mon, 27 May 2019 14:07:04 +0930 Subject: [PATCH] codec/h264/lex.go: added spec link for nal type consts --- codec/h264/lex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec/h264/lex.go b/codec/h264/lex.go index e9cbe67c..81eca759 100644 --- a/codec/h264/lex.go +++ b/codec/h264/lex.go @@ -40,7 +40,7 @@ import ( "bitbucket.org/ausocean/av/protocol/rtp" ) -// NAL types. +// NAL types (from https://tools.ietf.org/html/rfc6184#page-13) const ( // Single nal units bounds. typeSingleNALULowBound = 1