Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
e6a00999
Commit
e6a00999
authored
Oct 21, 2013
by
James Zern
Committed by
Gerrit Code Review
Oct 21, 2013
Browse files
Merge "Added necessary includes"
parents
0aee867f
b905dab3
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/decoder_tmpl.c
View file @
e6a00999
...
...
@@ -12,14 +12,14 @@
/*
@*INTRODUCTION
*/
#include
"vpx_confi
g.h
"
#include
<stdar
g.h
>
#include
<stdio.h>
#include
<stdlib.h>
#include
<stdarg.h>
#include
<string.h>
#define VPX_CODEC_DISABLE_COMPAT 1
#include
"
vpx
/vpx_
decoder
.h"
#include
"
.
/vpx_
config
.h"
#include
"vpx/vp8dx.h"
#include
"vpx/vpx_decoder.h"
#define interface (vpx_codec_vp8_dx())
@
EXTRA_INCLUDES
...
...
vpx/vp8.h
View file @
e6a00999
...
...
@@ -8,7 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
/*!\defgroup vp8 VP8
* \ingroup codecs
* VP8 is vpx's newest video compression algorithm that uses motion
...
...
@@ -31,6 +30,9 @@
#ifndef VP8_H
#define VP8_H
#include
"./vpx_codec.h"
#include
"./vpx_image.h"
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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