From 1ed509b74e88bc74845efa613937469b67e528cb Mon Sep 17 00:00:00 2001 From: Ari Koivula Date: Wed, 18 Sep 2013 14:42:05 +0300 Subject: [PATCH] Refactor: debug.h renaming. --- src/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.h b/src/debug.h index 52b5918d..d8035449 100644 --- a/src/debug.h +++ b/src/debug.h @@ -16,6 +16,6 @@ FILE * open_cu_file(char *filename); void close_cu_file(FILE *fp); -unsigned render_cu_file(encoder_control *encoder, unsigned depth, uint16_t xCtb, uint16_t yCtb, FILE *fp); +unsigned render_cu_file(encoder_control *encoder, unsigned depth, uint16_t x_cu, uint16_t y_cu, FILE *fp); #endif