Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Raphael Zumer
aom-rav1e
Commits
6b1140c7
Commit
6b1140c7
authored
Jan 22, 2016
by
Thomas Daede
Browse files
Delete unused algorithm interfaces for VP8 and VP9.
Change-Id: Iabfcce34a33521093d60ddc2f7d5588545d8b8e7
parent
35c1ce69
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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