mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:37:13 +08:00
19 lines
645 B
Diff
19 lines
645 B
Diff
diff -Nurp libmms-0.5.orig//src/mmsx.h libmms-0.5//src/mmsx.h
|
|
--- libmms-0.5.orig//src/mmsx.h 2010-03-03 11:42:14.000000000 +0100
|
|
+++ libmms-0.5//src/mmsx.h 2010-03-03 11:42:46.000000000 +0100
|
|
@@ -55,11 +55,11 @@ int mmsx_peek_header (mmsx_t *inst
|
|
|
|
mms_off_t mmsx_get_current_pos (mmsx_t *instance);
|
|
|
|
-uint32_t mmsx_get_asf_header_len (mmsx_t *this);
|
|
+uint32_t mmsx_get_asf_header_len (mmsx_t *instance);
|
|
|
|
-uint64_t mmsx_get_asf_packet_len (mmsx_t *this);
|
|
+uint64_t mmsx_get_asf_packet_len (mmsx_t *instance);
|
|
|
|
-int mmsx_get_seekable (mmsx_t *this);
|
|
+int mmsx_get_seekable (mmsx_t *instance);
|
|
|
|
#ifdef __cplusplus
|
|
}
|