diff mjpeg.c @ 375:749b5c16c0f7 libavcodec

- Warning fix.
author pulento
date Thu, 09 May 2002 05:42:27 +0000
parents 0eca28d16cbd
children fce0a2520551
line wrap: on
line diff
--- a/mjpeg.c	Thu May 09 01:24:27 2002 +0000
+++ b/mjpeg.c	Thu May 09 05:42:27 2002 +0000
@@ -608,6 +608,8 @@
 	skip_bits(gb, 8); \
 }
 
+static int mjpeg_decode_dht(MJpegDecodeContext *s, UINT8 *buf, int buf_size);
+
 static void build_vlc(VLC *vlc, const UINT8 *bits_table, const UINT8 *val_table, 
                       int nb_codes)
 {