homerHEVC代码阅读(13)——基础结构之encoder_in_out_t

来源:互联网 发布:xp系统终极优化 编辑:程序博客网 时间:2024/05/22 08:27
encoder_in_out_t表示编码器的输入输出对象
struct encoder_in_out_t{    // 数据流    stream_tstream;    // 应该表示有效帧的编号    uint64_tpts;    // 帧类型    uint32_timage_type;//HOMER_IMG_TYPES - this field allows to force the type of an image whenever is needed. otherwise use IMAGE_AUTO    // 用户数据    int8_tuser_data;    // 用户数据的大小    uint32_tuser_data_size;};


0 0
原创粉丝点击