9 lines
87 B
Go
9 lines
87 B
Go
package vqdtask
|
|
|
|
const (
|
|
VIDEO_CODEC_H264 = 0x1C
|
|
VIDEO_CODEC_H265 = 0xAE
|
|
)
|
|
|
|
//status
|