diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-26 11:23:17 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-26 11:23:17 +0000 |
commit | 599cd321144346dea6eea7a3bb2f3a2076539d1a (patch) | |
tree | e68e2cd49d62b6242b2deb1372e16895e5c99498 /src/libmpeg2/slice.c | |
parent | 4d2831a58bf7237755f60d18fa33d43438fd3930 (diff) | |
download | xine-lib-599cd321144346dea6eea7a3bb2f3a2076539d1a.tar.gz xine-lib-599cd321144346dea6eea7a3bb2f3a2076539d1a.tar.bz2 |
fix some compiler warnings by using the extern declaration more consistently
(that is: putting them in the .h, not in the .c)
CVS patchset: 5602
CVS date: 2003/10/26 11:23:17
Diffstat (limited to 'src/libmpeg2/slice.c')
-rw-r--r-- | src/libmpeg2/slice.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libmpeg2/slice.c b/src/libmpeg2/slice.c index 0fe4ee2d9..50d7b4caf 100644 --- a/src/libmpeg2/slice.c +++ b/src/libmpeg2/slice.c @@ -30,12 +30,6 @@ #include "mpeg2_internal.h" #include "attributes.h" -extern mpeg2_mc_t mpeg2_mc; -extern void (* mpeg2_idct_copy) (int16_t * block, uint8_t * dest, int stride); -extern void (* mpeg2_idct_add) (int16_t * block, uint8_t * dest, int stride); -extern void (* mpeg2_cpu_state_save) (cpu_state_t * state); -extern void (* mpeg2_cpu_state_restore) (cpu_state_t * state); - #include "vlc.h" static int non_linear_quantizer_scale [] = { |