]> granicus.if.org Git - libvpx/commit
Convert rc_max_intra_bitrate_pct to control
authorJohn Koleszar <jkoleszar@google.com>
Thu, 28 Jul 2011 13:17:32 +0000 (09:17 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 28 Jul 2011 13:17:35 +0000 (09:17 -0400)
commit1654ae9a2af19c9a5fb73134e018aa6f893e857c
tree8155eb0db8c47f148918a86bab8d2e73aff78180
parent2f2302f8d5e41862e517f34544f9bcd8c8edeaad
Convert rc_max_intra_bitrate_pct to control

Since this is the only ABI incompatible change since the last release,
convert it to use the control interface instead. The member of the
configuration struct is replaced with the VP8E_SET_MAX_INTRA_BITRATE_PCT
control.

More significant API changes were expected to be forthcoming when this
control was first introduced, and while they continue to be expected,
it's not worth breaking compatibility for only this change.

Change-Id: I799d8dbe24c8bc9c241e0b7743b2b64f81327d59
vp8/vp8_cx_iface.c
vpx/vp8cx.h
vpx/vpx_encoder.h
vpxenc.c