Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f6dd239c
Commit
f6dd239c
authored
Dec 04, 2009
by
ivoire
Browse files
dc1394: fix debug messages
parent
14bb9844
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/dc1394.c
View file @
f6dd239c
...
...
@@ -318,7 +318,8 @@ static int Open( vlc_object_t *p_this )
msg_Err
(
p_demux
,
"Unable to set initial focus to %u"
,
p_sys
->
focus
);
}
msg_Dbg
(
p_demux
,
"Initial focus set to %u"
,
p_sys
->
focus
);
else
msg_Dbg
(
p_demux
,
"Initial focus set to %u"
,
p_sys
->
focus
);
}
if
(
dc1394_feature_set_value
(
p_sys
->
camera
,
...
...
@@ -328,7 +329,8 @@ static int Open( vlc_object_t *p_this )
msg_Err
(
p_demux
,
"Unable to set initial brightness to %u"
,
p_sys
->
brightness
);
}
msg_Dbg
(
p_demux
,
"Initial brightness set to %u"
,
p_sys
->
brightness
);
else
msg_Dbg
(
p_demux
,
"Initial brightness set to %u"
,
p_sys
->
brightness
);
if
(
dc1394_video_set_framerate
(
p_sys
->
camera
,
p_sys
->
frame_rate
)
!=
DC1394_SUCCESS
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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