Mercurial > libavcodec.hg
changeset 375:749b5c16c0f7 libavcodec
- Warning fix.
author | pulento |
---|---|
date | Thu, 09 May 2002 05:42:27 +0000 |
parents | 02147e22f8c8 |
children | ba9c3b8088c0 |
files | mjpeg.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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) {