| Index: source/libvpx/vp9/common/vp9_onyxc_int.h
|
| ===================================================================
|
| --- source/libvpx/vp9/common/vp9_onyxc_int.h (revision 291857)
|
| +++ source/libvpx/vp9/common/vp9_onyxc_int.h (working copy)
|
| @@ -84,6 +84,10 @@
|
| int subsampling_x;
|
| int subsampling_y;
|
|
|
| +#if CONFIG_VP9_HIGHBITDEPTH
|
| + int use_highbitdepth; // Marks if we need to use 16bit frame buffers.
|
| +#endif
|
| +
|
| YV12_BUFFER_CONFIG *frame_to_show;
|
|
|
| RefCntBuffer frame_bufs[FRAME_BUFFERS];
|
| @@ -179,8 +183,8 @@
|
| unsigned int current_video_frame;
|
| BITSTREAM_PROFILE profile;
|
|
|
| - // BITS_8 in versions 0 and 1, BITS_10 or BITS_12 in version 2
|
| - BIT_DEPTH bit_depth;
|
| + // VPX_BITS_8 in profile 0 or 1, VPX_BITS_10 or VPX_BITS_12 in profile 2 or 3.
|
| + vpx_bit_depth_t bit_depth;
|
|
|
| #if CONFIG_VP9_POSTPROC
|
| struct postproc_state postproc_state;
|
|
|