mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-04 07:18:36 +08:00
- Warning fix.
Originally committed as revision 476 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -608,6 +608,8 @@ typedef struct MJpegDecodeContext {
|
|||||||
skip_bits(gb, 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,
|
static void build_vlc(VLC *vlc, const UINT8 *bits_table, const UINT8 *val_table,
|
||||||
int nb_codes)
|
int nb_codes)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user