From 564ef23d49b394cb549fbaca28533b7eb90decc4 Mon Sep 17 00:00:00 2001 From: Juanjo Date: Thu, 9 May 2002 05:42:27 +0000 Subject: - Warning fix. Originally committed as revision 476 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mjpeg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/mjpeg.c b/libavcodec/mjpeg.c index 6db3d5ec7f..1f18f4086b 100644 --- a/libavcodec/mjpeg.c +++ b/libavcodec/mjpeg.c @@ -608,6 +608,8 @@ typedef struct MJpegDecodeContext { 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) { -- cgit v1.2.3