diff options
author | Henrik Gramner <henrik@gramner.com> | 2015-07-24 23:46:20 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-07-27 07:45:11 +0200 |
commit | 65c14801527068fcaf729eeffc142ffd4682a21a (patch) | |
tree | 4d63aeba3dec5077d8a49a35d73a347d6bcfd09e /tests/checkasm/h264qpel.c | |
parent | f3bd3810d274a7f51b5925fc3d2fc33e8043a5d4 (diff) | |
download | ffmpeg-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.c | 2 |
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); } } |