diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 22:49:50 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-11 22:49:50 +0100 |
commit | f232b222b7e14942d212101f8537f814613ff7bc (patch) | |
tree | 37bfbb12e8ddcbbf7e832b6f28f45ec0c2d7382d /src/xine-utils/xineutils.h | |
parent | 1b634683c6f0a041409c0246eadab869f3f048d8 (diff) | |
download | xine-lib-f232b222b7e14942d212101f8537f814613ff7bc.tar.gz xine-lib-f232b222b7e14942d212101f8537f814613ff7bc.tar.bz2 |
Remove CRC routine from libxine, now using libavutil for CRCs.
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 3296b2ba9..c7cfe980e 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -970,11 +970,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; - /* don't harm following code */ #ifdef extern # undef extern |