Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
a294d6af
Commit
a294d6af
authored
Oct 10, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: remove dead code
parent
fb1046c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
modules/codec/avcodec/vaapi.c
modules/codec/avcodec/vaapi.c
+0
-7
modules/codec/avcodec/vda.c
modules/codec/avcodec/vda.c
+0
-10
No files found.
modules/codec/avcodec/vaapi.c
View file @
a294d6af
...
...
@@ -534,11 +534,4 @@ vlc_va_t *vlc_va_NewVaapi( vlc_object_t *obj, int i_codec_id )
p_va
->
va
.
close
=
Delete
;
return
&
p_va
->
va
;
}
#else
vlc_va_t
*
vlc_va_NewVaapi
(
vlc_object_t
*
obj
,
int
i_codec_id
)
{
VLC_UNUSED
(
obj
);
VLC_UNUSED
(
i_codec_id
);
return
NULL
;
}
#endif
modules/codec/avcodec/vda.c
View file @
a294d6af
...
...
@@ -269,14 +269,4 @@ vlc_va_t *vlc_va_NewVDA( vlc_object_t *p_log, int i_codec_id, void *p_extra, int
return
&
p_va
->
va
;
}
#else
vlc_va_t
*
vlc_va_NewVDA
(
vlc_object_t
*
p_log
,
int
i_codec_id
,
void
*
p_extra
,
int
i_extra
)
{
VLC_UNUSED
(
p_log
);
VLC_UNUSED
(
i_codec_id
);
VLC_UNUSED
(
p_extra
);
VLC_UNUSED
(
i_extra
);
return
NULL
;
}
#endif
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