Răsfoiți Sursa

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

80274480 3 ani în urmă
părinte
comite
99ab961934
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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 {