Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
ae94af9a
Commit
ae94af9a
authored
May 16, 2014
by
Pierre-Eric Pelloux-Prayer
Browse files
v4l2: remove debug log
parent
79c18b75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/videofilters/msv4l2.c
src/videofilters/msv4l2.c
+0
-1
No files found.
src/videofilters/msv4l2.c
View file @
ae94af9a
...
...
@@ -278,7 +278,6 @@ static int msv4l2_do_mmap(V4l2State *s){
if
(
-
1
==
v4l2_ioctl
(
s
->
fd
,
VIDIOC_QBUF
,
&
buf
)){
ms_error
(
"VIDIOC_QBUF failed: %s"
,
strerror
(
errno
));
}
else
{
ms_debug
(
"v4l2: queue buf %i"
,
k
);
inc_ref
(
s
->
frames
[
i
]);
s
->
queued
++
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment