]> granicus.if.org Git - libvpx/commit
Silence unused parameter warnings.
authorPaul Wilkins <paulwilkins@google.com>
Wed, 14 May 2014 12:50:51 +0000 (13:50 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 14 May 2014 15:47:32 +0000 (16:47 +0100)
commit82cf10702de9a9142c49150d62134fbc572108f9
tree35a854fa030f2cfaf1180b7d76d29bdf63986ae9
parenteecc750b33521b4b46579751fa6495c18e4ceecd
Silence unused parameter warnings.

The various motion search functions share a
common function prototype. In the case of
vp9_full_range_search() two of the parameters
are not needed.

Change-Id: I0e190af54a3b3f276409f20e8ec55912f9b0b798
vp9/encoder/vp9_mcomp.c