Fix encoder range check for frame width and height
authorAttila Nagy <attilanagy@google.com>
Tue, 12 Apr 2011 12:01:22 +0000 (15:01 +0300)
committerAttila Nagy <attilanagy@google.com>
Tue, 12 Apr 2011 12:07:37 +0000 (15:07 +0300)
commit1aadcedcfb4465934d0a7ead2860c61517157965
tree81d48e8714fa8ec30cd3be0915d72f7dafc6f58d
parentd1abe62d1c5455b32631688d61043f0fd2df44e7
Fix encoder range check for frame width and height

14 bits available in the bistream => valid range [1..16383]
Removed unused local vars.

Change-Id: Icf3385e47a9fa13af70053129c2248671f285583
vp8/vp8_cx_iface.c