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
51bc0c4a
Commit
51bc0c4a
authored
Jan 29, 2008
by
Rafaël Carré
Browse files
video_chroma: fix warnings
parent
5673af6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/video_chroma/i420_yuy2.c
View file @
51bc0c4a
...
...
@@ -810,6 +810,7 @@ static void I420_UYVY( vout_thread_t *p_vout, picture_t *p_source,
static
void
I420_IUYV
(
vout_thread_t
*
p_vout
,
picture_t
*
p_source
,
picture_t
*
p_dest
)
{
VLC_UNUSED
(
p_source
);
VLC_UNUSED
(
p_dest
);
/* FIXME: TODO ! */
msg_Err
(
p_vout
,
"I420_IUYV unimplemented, please harass <sam@zoy.org>"
);
}
...
...
modules/video_chroma/i422_yuy2.c
View file @
51bc0c4a
...
...
@@ -422,6 +422,7 @@ static void I422_UYVY( vout_thread_t *p_vout, picture_t *p_source,
static
void
I422_IUYV
(
vout_thread_t
*
p_vout
,
picture_t
*
p_source
,
picture_t
*
p_dest
)
{
VLC_UNUSED
(
p_source
);
VLC_UNUSED
(
p_dest
);
/* FIXME: TODO ! */
msg_Err
(
p_vout
,
"I422_IUYV unimplemented, please harass <sam@zoy.org>"
);
}
...
...
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