mve: ensure best target found

This commit is contained in:
Mark Nauwelaerts 2012-01-23 13:57:32 +01:00
parent c004a1e462
commit 6b71ccb552

View file

@ -285,6 +285,9 @@ mve_quantize (const GstMveMux * mve, const guint16 * src,
}
}
if (G_UNLIKELY (!best))
continue;
++best->hits;
best->r_total += r;
best->g_total += g;