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
Xiph.Org
aom-rav1e
Commits
4a17238b
Commit
4a17238b
authored
May 13, 2013
by
Dmitry Kovalev
Browse files
Moving vp9_decode_frame declaration to vp9_decodframe.h.
Change-Id: Ia7a772718a4b11b413c36d4280df8668e19c9084
parent
089ed30d
Changes
2
Hide whitespace changes
Inline
Side-by-side
vp9/decoder/vp9_decodframe.h
View file @
4a17238b
...
...
@@ -13,7 +13,9 @@
#define VP9_DECODER_VP9_DECODFRAME_H_
struct
VP9Common
;
struct
VP9Decompressor
;
void
vp9_init_dequantizer
(
struct
VP9Common
*
pc
);
int
vp9_decode_frame
(
struct
VP9Decompressor
*
cpi
,
const
uint8_t
**
p_data_end
);
#endif // VP9_DECODER_VP9_DECODFRAME_H_
vp9/decoder/vp9_onyxd_int.h
View file @
4a17238b
...
...
@@ -41,8 +41,6 @@ typedef struct VP9Decompressor {
int
initial_height
;
}
VP9D_COMP
;
int
vp9_decode_frame
(
VP9D_COMP
*
cpi
,
const
uint8_t
**
p_data_end
);
#if CONFIG_DEBUG
#define CHECK_MEM_ERROR(lval,expr) do {\
...
...
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