yuvmedianfilter.c: In function 'filter_buffer':
yuvmedianfilter.c:522: warning: pointer targets in passing argument 6 of 'mean1' differ in signedness
Change the mean1() declaration to be 'int8_t' instead of 'char'.
Authored by: sms00 2006-02-05
Parent: [r3032]
Child: [r3034]