shithub: libvpx

Download patch

ref: 9338a5768d3fbdb98ff851522ea862f252b29fe6
parent: c4390e8cf006e7e1f91065e34f54f20678fc9cfc
parent: 4a17238bc9e48056653aa50b85afd4f06d265c90
author: Dmitry Kovalev <[email protected]>
date: Mon May 13 17:47:10 EDT 2013

Merge "Moving vp9_decode_frame declaration to vp9_decodframe.h." into experimental

--- a/vp9/decoder/vp9_decodframe.h
+++ b/vp9/decoder/vp9_decodframe.h
@@ -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_
--- a/vp9/decoder/vp9_onyxd_int.h
+++ b/vp9/decoder/vp9_onyxd_int.h
@@ -41,8 +41,6 @@
   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 {\