hi_vdec_supplement_info

说明

定义输出帧补充信息, 暂不支持。

定义

typedef struct {
    hi_payload_type type;  // RW; Video type to be decoded.
    union {
        hi_vdec_video_supplement_info video_supplement_info; // Structure with video (h265/h264)
    };
} hi_vdec_supplement_info;