Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
51bc0c4a
Commit
51bc0c4a
authored
Jan 29, 2008
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
video_chroma: fix warnings
parent
5673af6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
modules/video_chroma/i420_yuy2.c
modules/video_chroma/i420_yuy2.c
+1
-0
modules/video_chroma/i422_yuy2.c
modules/video_chroma/i422_yuy2.c
+1
-0
No files found.
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
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