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
Guillaume Martres
aom-rav1e
Commits
1f303c27
Commit
1f303c27
authored
Jan 21, 2016
by
Jim Bankoski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix doxygen problems
Change-Id: If663aafa028e327a7b87004ee58f4f106341b8af
parent
5b5fbade
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vpx/internal/vpx_codec_internal.h
vpx/internal/vpx_codec_internal.h
+1
-1
vpx/vpx_decoder.h
vpx/vpx_decoder.h
+1
-1
No files found.
vpx/internal/vpx_codec_internal.h
View file @
1f303c27
...
...
@@ -240,7 +240,7 @@ typedef vpx_image_t *(*vpx_codec_get_frame_fn_t)(vpx_codec_alg_priv_t *ctx,
*
* \note
* When decoding VP9, the application may be required to pass in at least
* #VP
9_MAXIMUM_REF_BUFFERS + #VP
X_MAXIMUM_WORK_BUFFERS external frame
* #VPX_MAXIMUM_WORK_BUFFERS external frame
* buffers.
*/
typedef
vpx_codec_err_t
(
*
vpx_codec_set_fb_fn_t
)(
...
...
vpx/vpx_decoder.h
View file @
1f303c27
...
...
@@ -360,7 +360,7 @@ extern "C" {
*
* \note
* When decoding VP9, the application may be required to pass in at least
* #VP
9_MAXIMUM_REF_BUFFERS + #VP
X_MAXIMUM_WORK_BUFFERS external frame
* #VPX_MAXIMUM_WORK_BUFFERS external frame
* buffers.
*/
vpx_codec_err_t
vpx_codec_set_frame_buffer_functions
(
...
...
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