Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
68e7e4d0
Commit
68e7e4d0
authored
Jan 20, 2016
by
Yaowu Xu
Browse files
Remove VP9_CAP_POSTPROC
Change-Id: If28619509457a7cdaeb13b7e87895c3d9f7c1ad1
parent
0738390c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp10/vp10_dx_iface.c
View file @
68e7e4d0
...
...
@@ -29,8 +29,6 @@
#include "vp10/vp10_iface_common.h"
#define VP9_CAP_POSTPROC 0
typedef
vpx_codec_stream_info_t
vp10_stream_info_t
;
// This limit is due to framebuffer numbers.
...
...
@@ -1079,7 +1077,7 @@ static vpx_codec_ctrl_fn_map_t decoder_ctrl_maps[] = {
CODEC_INTERFACE
(
vpx_codec_vp10_dx
)
=
{
"WebM Project VP10 Decoder"
VERSION_STRING
,
VPX_CODEC_INTERNAL_ABI_VERSION
,
VPX_CODEC_CAP_DECODER
|
VP9_CAP_POSTPROC
|
VPX_CODEC_CAP_DECODER
|
VPX_CODEC_CAP_EXTERNAL_FRAME_BUFFER
,
// vpx_codec_caps_t
decoder_init
,
// vpx_codec_init_fn_t
decoder_destroy
,
// vpx_codec_destroy_fn_t
...
...
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