Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yushin Cho
aom-rav1e
Commits
6b1140c7
Commit
6b1140c7
authored
Jan 22, 2016
by
Thomas Daede
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete unused algorithm interfaces for VP8 and VP9.
Change-Id: Iabfcce34a33521093d60ddc2f7d5588545d8b8e7
parent
35c1ce69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
36 deletions
+0
-36
vpx/vp8cx.h
vpx/vp8cx.h
+0
-18
vpx/vp8dx.h
vpx/vp8dx.h
+0
-18
No files found.
vpx/vp8cx.h
View file @
6b1140c7
...
...
@@ -27,24 +27,6 @@
extern
"C"
{
#endif
/*!\name Algorithm interface for VP8
*
* This interface provides the capability to encode raw VP8 streams.
* @{
*/
extern
vpx_codec_iface_t
vpx_codec_vp8_cx_algo
;
extern
vpx_codec_iface_t
*
vpx_codec_vp8_cx
(
void
);
/*!@} - end algorithm interface member group*/
/*!\name Algorithm interface for VP9
*
* This interface provides the capability to encode raw VP9 streams.
* @{
*/
extern
vpx_codec_iface_t
vpx_codec_vp9_cx_algo
;
extern
vpx_codec_iface_t
*
vpx_codec_vp9_cx
(
void
);
/*!@} - end algorithm interface member group*/
/*!\name Algorithm interface for VP10
*
* This interface provides the capability to encode raw VP10 streams.
...
...
vpx/vp8dx.h
View file @
6b1140c7
...
...
@@ -28,24 +28,6 @@ extern "C" {
/* Include controls common to both the encoder and decoder */
#include "./vp8.h"
/*!\name Algorithm interface for VP8
*
* This interface provides the capability to decode VP8 streams.
* @{
*/
extern
vpx_codec_iface_t
vpx_codec_vp8_dx_algo
;
extern
vpx_codec_iface_t
*
vpx_codec_vp8_dx
(
void
);
/*!@} - end algorithm interface member group*/
/*!\name Algorithm interface for VP9
*
* This interface provides the capability to decode VP9 streams.
* @{
*/
extern
vpx_codec_iface_t
vpx_codec_vp9_dx_algo
;
extern
vpx_codec_iface_t
*
vpx_codec_vp9_dx
(
void
);
/*!@} - end algorithm interface member group*/
/*!\name Algorithm interface for VP10
*
* This interface provides the capability to decode VP10 streams.
...
...
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