Merge remote-tracking branch 'origin/master'

This commit is contained in:
Andrey Semochkin 2021-03-21 20:42:11 +03:00
commit d6080d8287

View File

@ -11,8 +11,8 @@ import (
const (
NALU_SEI = 6
NALU_PPS = 7
NALU_SPS = 8
NALU_SPS = 7
NALU_PPS = 8
NALU_AUD = 9
)