|
@@ -34,7 +34,7 @@ static const char h264_filler_marker[] = {0x0, 0x0, 0x0, 0x1, 0xc};
|
|
|
#define H264_FILLER_MARKER_SIZE ARRAY_SIZE(h264_filler_marker)
|
|
|
#define VENC_PIC_BITSTREAM_BYTE_CNT 0x0098
|
|
|
|
|
|
-/**
|
|
|
+/*
|
|
|
* enum venc_h264_vpu_work_buf - h264 encoder buffer index
|
|
|
*/
|
|
|
enum venc_h264_vpu_work_buf {
|
|
@@ -50,7 +50,7 @@ enum venc_h264_vpu_work_buf {
|
|
|
VENC_H264_VPU_WORK_BUF_MAX,
|
|
|
};
|
|
|
|
|
|
-/**
|
|
|
+/*
|
|
|
* enum venc_h264_bs_mode - for bs_mode argument in h264_enc_vpu_encode
|
|
|
*/
|
|
|
enum venc_h264_bs_mode {
|