aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/h264qpel.c
diff options
context:
space:
mode:
authorHenrik Gramner <henrik@gramner.com>2015-07-24 23:46:20 +0200
committerAnton Khirnov <anton@khirnov.net>2015-07-27 07:45:11 +0200
commit65c14801527068fcaf729eeffc142ffd4682a21a (patch)
tree4d63aeba3dec5077d8a49a35d73a347d6bcfd09e /tests/checkasm/h264qpel.c
parentf3bd3810d274a7f51b5925fc3d2fc33e8043a5d4 (diff)
downloadffmpeg-65c14801527068fcaf729eeffc142ffd4682a21a.tar.gz
checkasm: Modify report format
Makes it a bit more clear where each test belongs. Suggested by Anton Khirnov. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests/checkasm/h264qpel.c')
-rw-r--r--tests/checkasm/h264qpel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/h264qpel.c b/tests/checkasm/h264qpel.c
index a67bbb401b..f734945729 100644
--- a/tests/checkasm/h264qpel.c
+++ b/tests/checkasm/h264qpel.c
@@ -75,6 +75,6 @@ void checkasm_check_h264qpel(void)
}
}
}
- report("%s_h264_qpel", op_name);
+ report("%s", op_name);
}
}