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
bb913e44
Commit
bb913e44
authored
Feb 17, 2010
by
Aymeric Moizard
Browse files
improve log
parent
8c4c68a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/winvideods.c
src/winvideods.c
+1
-1
No files found.
src/winvideods.c
View file @
bb913e44
...
...
@@ -940,7 +940,7 @@ static int v4w_open_videodevice(V4wState *s)
{
VIDEOINFO
*
pvi
;
pvi
=
(
VIDEOINFO
*
)
pType
->
pbFormat
;
ms_message
(
"v4w: camera asked fps=%
i
// real fps=%
i"
,
(
in
t
)
(
UNITS
/
(
LONGLONG
)
s
->
fps
),
pvi
->
AvgTimePerFrame
);
ms_message
(
"v4w: camera asked fps=%
.2f
// real fps=%
.2f"
,
s
->
fps
,
((
floa
t
)
UNITS
/
(
float
)
pvi
->
AvgTimePerFrame
)
)
;
}
pConfig
->
Release
();
...
...
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