OSDN Git Service

- Warning fix.
authorJuanjo <pulento@users.sourceforge.net>
Thu, 9 May 2002 05:42:27 +0000 (05:42 +0000)
committerJuanjo <pulento@users.sourceforge.net>
Thu, 9 May 2002 05:42:27 +0000 (05:42 +0000)
Originally committed as revision 476 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mjpeg.c

index 6db3d5e..1f18f40 100644 (file)
@@ -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)
 {