@@ -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 {