Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdbbf7c

Browse files
committedOct 21, 2013
Fix meta data
1 parent 3ddabe4 commit bdbbf7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎v4l2capture.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,9 @@ class FrameMetaData
10481048
height = in.height;
10491049
fmt = in.fmt;
10501050
buffLen = in.buffLen;
1051+
sequence = in.sequence;
1052+
tv_sec = in.tv_sec;
1053+
tv_usec = in.tv_usec;
10511054
return *this;
10521055
}
10531056

0 commit comments

Comments
 (0)
Please sign in to comment.