Merge "Moving vp9_decode_frame declaration to vp9_decodframe.h." into experimental
This commit is contained in:
commit
9338a5768d
@ -13,7 +13,9 @@
|
|||||||
#define VP9_DECODER_VP9_DECODFRAME_H_
|
#define VP9_DECODER_VP9_DECODFRAME_H_
|
||||||
|
|
||||||
struct VP9Common;
|
struct VP9Common;
|
||||||
|
struct VP9Decompressor;
|
||||||
|
|
||||||
void vp9_init_dequantizer(struct VP9Common *pc);
|
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_
|
#endif // VP9_DECODER_VP9_DECODFRAME_H_
|
||||||
|
@ -41,8 +41,6 @@ typedef struct VP9Decompressor {
|
|||||||
int initial_height;
|
int initial_height;
|
||||||
} VP9D_COMP;
|
} VP9D_COMP;
|
||||||
|
|
||||||
int vp9_decode_frame(VP9D_COMP *cpi, const uint8_t **p_data_end);
|
|
||||||
|
|
||||||
|
|
||||||
#if CONFIG_DEBUG
|
#if CONFIG_DEBUG
|
||||||
#define CHECK_MEM_ERROR(lval,expr) do {\
|
#define CHECK_MEM_ERROR(lval,expr) do {\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user