aboutsummaryrefslogtreecommitdiffstats
path: root/libquanta_vquantise.c
blob: eb97fac3fd54ff8ef71d3982ce1e20f65a59aa68 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* See LICENSE file for copyright and license details. */
#include "common.h"


struct libquanta_image *
libquanta_vquantise(struct libquanta_palette *palette, va_list args)
{
	return libquanta_vquantise_wu(palette, args);
}