mirror of https://github.com/OpenIPC/firmware.git
13 lines
387 B
Diff
13 lines
387 B
Diff
diff -drupN a/include/media/videobuf2-v4l2.h b/include/media/videobuf2-v4l2.h
|
|
--- a/include/media/videobuf2-v4l2.h 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/include/media/videobuf2-v4l2.h 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -42,6 +42,8 @@ struct vb2_v4l2_buffer {
|
|
__u32 field;
|
|
struct v4l2_timecode timecode;
|
|
__u32 sequence;
|
|
+ __u32 framecnt;
|
|
+ __u32 exp_time;
|
|
};
|
|
|
|
/*
|