You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/tests/integral: Remove unused variables
Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -62,8 +62,6 @@ int main(void)
|
|||||||
|
|
||||||
for (yoff = -e; yoff <= e; yoff++) {
|
for (yoff = -e; yoff <= e; yoff++) {
|
||||||
for (xoff = -e; xoff <= e; xoff++) {
|
for (xoff = -e; xoff <= e; xoff++) {
|
||||||
int x, y;
|
|
||||||
|
|
||||||
printf("xoff=%d yoff=%d\n", xoff, yoff);
|
printf("xoff=%d yoff=%d\n", xoff, yoff);
|
||||||
|
|
||||||
compute_ssd_integral_image(ii_start, ii_lz_32,
|
compute_ssd_integral_image(ii_start, ii_lz_32,
|
||||||
|
Reference in New Issue
Block a user