7 lines
77 B
Go
7 lines
77 B
Go
package vqdtask
|
|
|
|
const (
|
|
VIDEO_CODEC_H264 = 0x1C
|
|
VIDEO_CODEC_H265 = 0xAE
|
|
)
|