]> granicus.if.org Git - libvpx/blobdiff - vp9/encoder/vp9_temporal_filter.c
Merge "Adds config opt for highbitdepth + misc. vpx"
[libvpx] / vp9 / encoder / vp9_temporal_filter.c
index c21b3d057003809cf42da2db916915192d3cc033..cc901b573b1fffcefb3c2419b9b26e2e7975ec84 100644 (file)
@@ -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,