]> granicus.if.org Git - libvpx/blobdiff - vp9/encoder/vp9_encoder.c
Rename display_{size,width,height} to render_*.
[libvpx] / vp9 / encoder / vp9_encoder.c
index eb0d3608f2dba0be3b6c8589f10576d9bc60e279..060c25f1a68dd405a4cf399bd8f76961dd72dae1 100644 (file)
@@ -1509,8 +1509,8 @@ void vp9_change_config(struct VP9_COMP *cpi, const VP9EncoderConfig *oxcf) {
 
   cm->interp_filter = cpi->sf.default_interp_filter;
 
-  cm->display_width = cpi->oxcf.width;
-  cm->display_height = cpi->oxcf.height;
+  cm->render_width = cpi->oxcf.width;
+  cm->render_height = cpi->oxcf.height;
   if (last_w != cpi->oxcf.width || last_h != cpi->oxcf.height) {
     cm->width = cpi->oxcf.width;
     cm->height = cpi->oxcf.height;