Browse Source

- Warning fix.

Originally committed as revision 476 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Juanjo 23 years ago
parent
commit
564ef23d49
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/mjpeg.c

+ 2
- 0
libavcodec/mjpeg.c View 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)
{


Loading…
Cancel
Save