Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/rfxencode_diff_rlgr1.h')
-rw-r--r--src/rfxencode_diff_rlgr1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rfxencode_diff_rlgr1.h b/src/rfxencode_diff_rlgr1.h
index 796f8f2..b123766 100644
--- a/src/rfxencode_diff_rlgr1.h
+++ b/src/rfxencode_diff_rlgr1.h
@@ -23,7 +23,8 @@
#include "rfxcommon.h"
int
-rfx_encode_diff_rlgr1(sint16 *coef, uint8 *cdata, int cdata_size);
+rfx_encode_diff_rlgr1(sint16 *coef, uint8 *cdata, int cdata_size,
+ int diff_bytes);
#endif /* __RFX_DIFF_RLGR1_H */