diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-27 01:06:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-06 22:48:30 +0100 |
| commit | 0892ee346ee0caf60d532bab40ebf1716e3b1cb8 (patch) | |
| tree | 19f5ca33b9091f77ee2ce6c0b40649d69cce0c4c /benchmark/j2k_transcode.cc | |
| parent | 377c88a90db7fa8b48f5f593a120f8908722d399 (diff) | |
Rename j2k.{cc,h} => j2k_transcode.{cc,h}
Diffstat (limited to 'benchmark/j2k_transcode.cc')
| -rw-r--r-- | benchmark/j2k_transcode.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/j2k_transcode.cc b/benchmark/j2k_transcode.cc index a5984a0d..c984dc5b 100644 --- a/benchmark/j2k_transcode.cc +++ b/benchmark/j2k_transcode.cc @@ -35,7 +35,7 @@ #include "array_data.h" #include "util.h" #include "version.h" -#include "j2k.h" +#include "j2k_transcode.h" #include "openjpeg_image.h" #include <sys/time.h> #include <iostream> |
