Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
55fc8b28883ed013d7dab16c254a24c9dec49f07
Authored by
Charles Otto
2015-04-03 16:53:53 -0700
1 parent
56ca9fa0
Actually return cloned matrix from videoGallery
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/gallery/video.cpp
openbr/plugins/gallery/video.cpp
View file @
55fc8b2
...
...
@@ -77,7 +77,7 @@ public:
77
77
idx++;
78
78
79
79
TemplateList rVal;
80
- rVal.append(
temp
);
80
+ rVal.append(
output
);
81
81
*done = false;
82
82
return rVal;
83
83
}
...
...