shithub: libvpx

Download patch

ref: 7af58d43389a3ef1b5c900dd8848c824c57b666f
parent: ac980b71cff73a80c2ea020aeed3520731cb37cf
author: Johann <johann.koenig@duck.com>
date: Tue Apr 23 06:10:10 EDT 2013

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