]> granicus.if.org Git - libvpx/commit
Rename display_{size,width,height} to render_*.
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 26 Sep 2015 01:34:29 +0000 (21:34 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 26 Sep 2015 01:34:29 +0000 (21:34 -0400)
commit36ffe64498d784757b0dacf5f359ac4e403f14da
treeb5b3668c24f12373a4146be5361fc5593338a51b
parent8979e9e387f0308c7cf23929e510f147db652a43
Rename display_{size,width,height} to render_*.

The name "display_*" (or "d_*") is used for non-compatible information
(that is, the cropped frame dimensions in pixels, as opposed to the
intended screen rendering surface size). Therefore, continuing to use
display_* would be confusing to end users. Instead, rename the field
to render_*, so that struct vpx_image can include it.

Change-Id: Iab8d2eae96492b71c4ea60c4bce8121cb2a1fe2d
vp10/common/onyxc_int.h
vp10/decoder/decodeframe.c
vp10/encoder/bitstream.c
vp10/encoder/encoder.c
vp10/vp10_dx_iface.c
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodeframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_encoder.c
vp9/vp9_dx_iface.c
vpxdec.c