Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aom-rav1e
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Xiph.Org
aom-rav1e
Commits
68e7e4d0
Commit
68e7e4d0
authored
Jan 20, 2016
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove VP9_CAP_POSTPROC
Change-Id: If28619509457a7cdaeb13b7e87895c3d9f7c1ad1
parent
0738390c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
vp10/vp10_dx_iface.c
vp10/vp10_dx_iface.c
+1
-3
No files found.
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