Prevent external frame size changes in two-pass
authorJohn Koleszar <jkoleszar@google.com>
Wed, 23 May 2012 19:07:53 +0000 (12:07 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 23 May 2012 20:49:05 +0000 (13:49 -0700)
commit410ae576e733674a66b6f7963a60a25b4310d3b4
tree6f00293fcda3782188d3a0771e778d308d18dc65
parenta419f0f232be2ada510304f96eb3270b31669e25
Prevent external frame size changes in two-pass

The two-pass code does not support the case where the application
changes the frame size dynamically. Add this case to the validation
checks in the vpx_codec_enc_config_set() path.

Change-Id: Idadc42c7c3bd566ecdbce30d8dd720add097f992
vp8/vp8_cx_iface.c