X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=vp9%2Fencoder%2Fvp9_temporal_filter.c;h=cc901b573b1fffcefb3c2419b9b26e2e7975ec84;hb=a4ef1a08191bd71a9783219da612addf38f31c9f;hp=c21b3d057003809cf42da2db916915192d3cc033;hpb=dc8252ae0f855291a97bc3c43d6ee6dd9f659ca5;p=libvpx diff --git a/vp9/encoder/vp9_temporal_filter.c b/vp9/encoder/vp9_temporal_filter.c index c21b3d057..cc901b573 100644 --- a/vp9/encoder/vp9_temporal_filter.c +++ b/vp9/encoder/vp9_temporal_filter.c @@ -466,6 +466,9 @@ void vp9_temporal_filter(VP9_COMP *cpi, int distance) { if (vp9_realloc_frame_buffer(&cpi->svc.scaled_frames[frame_used], cm->width, cm->height, cm->subsampling_x, cm->subsampling_y, +#if CONFIG_VP9_HIGHBITDEPTH + cm->use_highbitdepth, +#endif VP9_ENC_BORDER_IN_PIXELS, NULL, NULL, NULL)) vpx_internal_error(&cm->error, VPX_CODEC_MEM_ERROR,