libdvr: Fix libdvr typos [1/1]

PD#SWPL-90206

Problem:
Need to fix libdvr typos on Android S/T

Solution:
Fixed typos mentioned in SWPL-89633's typo result list

Verify:
Locally tested OK in AH212 RDK environment.

Signed-off-by: Wentao.MA <wentao.ma@amlogic.com>
Change-Id: Idc07cc30cf59c1018f625f02e4d5d7b8b1ddf79f
diff --git a/include/dvr_segment.h b/include/dvr_segment.h
index e4aac63..0c11859 100644
--- a/include/dvr_segment.h
+++ b/include/dvr_segment.h
@@ -72,8 +72,8 @@
 int dvr_segment_link(const char *location, uint32_t nb_segments, uint64_t *p_segment_ids);
 
 
-#define LSEG_OP_NEW 0
-#define LSEG_OP_ADD 1
+#define SEGMENT_OP_NEW 0
+#define SEGMENT_OP_ADD 1
 int dvr_segment_link_op(const char *location, uint32_t nb_segments, uint64_t *p_segment_ids, int op);
 
 #ifdef __cplusplus