Skip to content
Snippets Groups Projects
Commit dae7e4e6 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

tests/tiny_psnr: remove redundant initialization

parent 3cec54b7
Branches
Tags
No related merge requests found
......@@ -180,8 +180,7 @@ static int run_psnr(FILE *f[2], int len, int shift, int skip_bytes)
switch (len) {
case 1:
case 2: {
int64_t a = buf[0][j];
int64_t b = buf[1][j];
int64_t a, b;
int dist;
if (len == 2) {
a = get_s16l(buf[0] + j);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment