From e96682e6f4c1fbddf468f9f051729332163c1db9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 18 May 2004 17:09:46 +0000 Subject: some of the warning fixes by (Michael Roitzsch ) Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/svq1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/svq1.c') diff --git a/libavcodec/svq1.c b/libavcodec/svq1.c index 097c453299..b4f8e03b0b 100644 --- a/libavcodec/svq1.c +++ b/libavcodec/svq1.c @@ -600,6 +600,7 @@ static uint16_t svq1_packet_checksum (uint8_t *data, int length, int value) { return value; } +#if 0 static uint16_t svq1_component_checksum (uint16_t *pixels, int pitch, int width, int height, int value) { int x, y; @@ -614,6 +615,7 @@ static uint16_t svq1_component_checksum (uint16_t *pixels, int pitch, return value; } +#endif static void svq1_parse_string (GetBitContext *bitbuf, uint8_t *out) { uint8_t seed; -- cgit v1.2.3