libdvr: Record menu time jump[1/1]
PD#TV-49241
Problem:
Record menu time jump.
Solution:
1. We add notify time param.
2. Del trailing space.
3. Used space to replace tab.
Verify:
verify by t5d
Signed-off-by: hualing chen <hualing.chen@amlogic.com>
Change-Id: I01e65138ea215c9a202ed54d40cb2bc6c925ecc2
diff --git a/include/am_crypt.h b/include/am_crypt.h
index c24d76e..91494d8 100644
--- a/include/am_crypt.h
+++ b/include/am_crypt.h
@@ -22,7 +22,7 @@
int am_crypt_des_close(void *cryptor);
int am_crypt_des_crypt(void* cryptor, uint8_t* dst,
- const uint8_t *src, int *len, int decrypt);
+ const uint8_t *src, int *len, int decrypt);
#ifdef __cplusplus
}