start work h265

This commit is contained in:
Andrey Semochkin
2021-02-03 04:07:15 +03:00
parent 8d167fd1c0
commit a102e9cb3e
3 changed files with 677 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ func (self CodecType) String() string {
switch self {
case H264:
return "H264"
case H265:
return "H265"
case AAC:
return "AAC"
case PCM_MULAW: