Merge remote branch 'internal/upstream' into HEAD
This commit is contained in:
commit
3ce5adb154
@ -70,7 +70,7 @@ int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height)
|
|||||||
|
|
||||||
for (i = 0; i < NUM_YV12_BUFFERS; i++)
|
for (i = 0; i < NUM_YV12_BUFFERS; i++)
|
||||||
{
|
{
|
||||||
oci->fb_idx_ref_cnt[0] = 0;
|
oci->fb_idx_ref_cnt[i] = 0;
|
||||||
oci->yv12_fb[i].flags = 0;
|
oci->yv12_fb[i].flags = 0;
|
||||||
if (vp8_yv12_alloc_frame_buffer(&oci->yv12_fb[i], width, height, VP8BORDERINPIXELS) < 0)
|
if (vp8_yv12_alloc_frame_buffer(&oci->yv12_fb[i], width, height, VP8BORDERINPIXELS) < 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user