Fix uninitialized new_mv_count in first pass file
authorJohn Koleszar <jkoleszar@google.com>
Tue, 4 Oct 2011 13:50:40 +0000 (09:50 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 4 Oct 2011 13:50:52 +0000 (09:50 -0400)
commit86712c50f2f6380856fe0f4f6e170144b672038a
tree56ee4b6ac76f311582c7bd1f815d00d2e4bc8bc2
parent016a38be93baabec24d922102edb150f554cb141
Fix uninitialized new_mv_count in first pass file

Uninitialized data could be written to the first pass file when no
motion vectors are present in the frame.

Also fix a number of compiler warnings.

Change-Id: Icc9f53b6d33da9de4563d86d9fd591910473ea90
vp8/encoder/firstpass.c