summaryrefslogtreecommitdiff
path: root/include/xine/xineutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xine/xineutils.h')
-rw-r--r--include/xine/xineutils.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/xine/xineutils.h b/include/xine/xineutils.h
index 0f04818c6..3a215970e 100644
--- a/include/xine/xineutils.h
+++ b/include/xine/xineutils.h
@@ -608,13 +608,6 @@ void *xine_xmalloc(size_t size) XINE_MALLOC XINE_DEPRECATED XINE_PROTECTED;
void *xine_xcalloc(size_t nmemb, size_t size) XINE_MALLOC XINE_PROTECTED;
/*
- * Same as above, but memory is aligned to 'alignement'.
- * **base is used to return pointer to un-aligned memory, use
- * this to free the mem chunk
- */
-void *xine_xmalloc_aligned(size_t alignment, size_t size, void **base) XINE_PROTECTED;
-
-/*
* Copy blocks of memory.
*/
void *xine_memdup (const void *src, size_t length) XINE_MALLOC XINE_PROTECTED;
@@ -952,11 +945,6 @@ const char *xine_guess_spu_encoding(void) XINE_PROTECTED;
int xine_monotonic_clock(struct timeval *tv, struct timezone *tz) XINE_PROTECTED;
/**
- * CRC functions
- */
-uint32_t _x_compute_crc32 (const uint8_t * data, int32_t length, uint32_t crc32) XINE_PROTECTED;
-
-/**
* Unknown FourCC reporting functions
*/
void _x_report_video_fourcc (xine_t *, const char *module, uint32_t) XINE_PROTECTED;