-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule acquire-core-libs
updated
12 files
Submodule acquire-video-runtime
updated
9 files
+1 −1 | src/acquire-core-libs | |
+2 −1 | src/acquire.c | |
+0 −11 | src/runtime/filter.c | |
+5 −9 | src/runtime/frame_iterator.c | |
+3 −12 | src/runtime/source.c | |
+2 −1 | src/runtime/source.h | |
+1 −0 | tests/CMakeLists.txt | |
+1 −1 | tests/acquire-driver-common | |
+189 −0 | tests/filter-video-average.cpp |