# HG changeset patch # User pulento # Date 1020922947 0 # Node ID 749b5c16c0f7d91fd50816475a5f326bf974e332 # Parent 02147e22f8c8fd5a6db81e1e1cf4f1069e95a3fe - Warning fix. diff -r 02147e22f8c8 -r 749b5c16c0f7 mjpeg.c --- 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) {