浏览代码

Z991239-3726 #comment 增加视频录制日志

80274480 3 年之前
父节点
当前提交
99ab961934
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Other/libvideoframework/videoutil.h

+ 1 - 0
Other/libvideoframework/videoutil.h

@@ -21,6 +21,7 @@ typedef struct video_frame {
     int width;
     int height;
     int format; /* VIDEO_FORMAT_xxx */
+	int iframeid;
 }video_frame;
 
 typedef union video_timestamp {