summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.h
diff options
context:
space:
mode:
authorangiebird <angiebird@google.com>2020-02-27 20:03:11 -0800
committerangiebird <angiebird@google.com>2020-03-03 10:56:53 -0800
commitfc898231f126a38db8c789be16c5d9e8dc72c293 (patch)
tree39e603cf562e79528fab128c489bbdaa84342407 /vp9/simple_encode.h
parent93834facfb9715b1eafec761cdeca91dde1dce1b (diff)
downloadlibvpx-fc898231f126a38db8c789be16c5d9e8dc72c293.tar.gz
libvpx-fc898231f126a38db8c789be16c5d9e8dc72c293.tar.bz2
libvpx-fc898231f126a38db8c789be16c5d9e8dc72c293.zip
Add ref_frame_info to encode_frame_result
Change-Id: If41a1ea6ce0a2b8db3811f2fa8efcf16f97fa0bd
Diffstat (limited to 'vp9/simple_encode.h')
-rw-r--r--vp9/simple_encode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vp9/simple_encode.h b/vp9/simple_encode.h
index 821bb928f..1a064c854 100644
--- a/vp9/simple_encode.h
+++ b/vp9/simple_encode.h
@@ -199,6 +199,8 @@ void output_image_buffer(const ImageBuffer &image_buffer, std::FILE *out_file);
struct EncodeFrameResult {
int show_idx;
FrameType frame_type;
+ int coding_idx;
+ RefFrameInfo ref_frame_info;
size_t coding_data_bit_size;
size_t coding_data_byte_size;
// The EncodeFrame will allocate a buffer, write the coding data into the