mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Refactor: debug.h renaming.
This commit is contained in:
parent
0a6c38a8e9
commit
1ed509b74e
|
@ -16,6 +16,6 @@
|
||||||
|
|
||||||
FILE * open_cu_file(char *filename);
|
FILE * open_cu_file(char *filename);
|
||||||
void close_cu_file(FILE *fp);
|
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
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue