Commit 0c6a52f7 authored by pulento's avatar pulento

- Warning fix.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@476 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 124ecb19
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment