]> granicus.if.org Git - libvpx/commit
Resolve declaration and implementation.
authorJohann <johann.koenig@duck.com>
Tue, 23 Apr 2013 17:10:10 +0000 (10:10 -0700)
committerJohann <johann.koenig@duck.com>
Tue, 23 Apr 2013 19:42:31 +0000 (12:42 -0700)
commit7af58d43389a3ef1b5c900dd8848c824c57b666f
treee9ec3728d89b557951b0bf5ff97a486811f620ea
parentac980b71cff73a80c2ea020aeed3520731cb37cf
Resolve declaration and implementation.

Clean Windows build warnings:
warning C4028: formal parameter <N> different from declaration

This was fixed independently in master and experimental but the fixes
were in opposite directions. One added const to the declaration and the
other removed it from the implementation.

Also update the variable names. This doesn't modify the data so call it
ref, matching the functions in the vicinity, rather than dst.

Change-Id: I2ffc6b4a874cb98c26487b909d20a5e099b5582c
vp9/common/vp9_findnearmv.c
vp9/common/vp9_rtcd_defs.sh