summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-04-25 11:20:48 -0700
committerJames Zern <jzern@google.com>2022-04-25 11:20:48 -0700
commit192c85c4312f84eefc2bcc92b7fa7e8a685c5700 (patch)
tree607f430096fe9e0e4e1f667697fee93404f8031f
parent618739f59f5d3505ff76a1a82eb198bed4ec989d (diff)
downloadlibvpx-192c85c4312f84eefc2bcc92b7fa7e8a685c5700.tar
libvpx-192c85c4312f84eefc2bcc92b7fa7e8a685c5700.tar.gz
libvpx-192c85c4312f84eefc2bcc92b7fa7e8a685c5700.tar.bz2
libvpx-192c85c4312f84eefc2bcc92b7fa7e8a685c5700.zip
add_noise_test.cc: remove stale TODO
this was completed in: 0dc69c70f postproc : fix function parameters for noise functions. Change-Id: I84f789ca333e9690e70e696d44475dd59339593b
-rw-r--r--test/add_noise_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/add_noise_test.cc b/test/add_noise_test.cc
index 25de4279c..7dc86e3eb 100644
--- a/test/add_noise_test.cc
+++ b/test/add_noise_test.cc
@@ -23,7 +23,6 @@ namespace {
static const int kNoiseSize = 3072;
-// TODO(jimbankoski): make width and height integers not unsigned.
typedef void (*AddNoiseFunc)(uint8_t *start, const int8_t *noise,
int blackclamp, int whiteclamp, int width,
int height, int pitch);