dvr: adjust file & add note [1/1]
PD#SWPL-18817
Problem:
New feature
Solution:
adjust file arch & add note
Verify:
Android Q + AC214
Change-Id: Ia3313ee6fc7a59f3ef18a020289cca6cacf437f2
Signed-off-by: Pengfei Liu <pengfei.liu@amlogic.com>
diff --git a/include/list_file.h b/include/list_file.h
new file mode 100644
index 0000000..5311789
--- /dev/null
+++ b/include/list_file.h
@@ -0,0 +1,19 @@
+#ifndef _DVR_LIST_FILE_H_
+#define _DVR_LIST_FILE_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+typedef struct Segment_ListInfo_s {
+} Segment_ListInfo;
+
+int segment_list_file_store(const char *path, Segment_ListInfo *p_info);
+
+int segment_list_file_load(const char *path, Segment_ListInfo *info);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /*END _DVR_LIST_FILE_H_*/