fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>
Originally committed as revision 360 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d633c2c096
commit
9c15096e3f
3 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ static int mpeg2_decode_block_intra(MpegEncContext *s,
|
|||
int n);
|
||||
static int mpeg_decode_motion(MpegEncContext *s, int fcode, int pred);
|
||||
|
||||
static UINT16 mv_penalty[MAX_FCODE][MAX_MV*2+1];
|
||||
static UINT16 mv_penalty[MAX_FCODE+1][MAX_MV*2+1];
|
||||
static UINT8 fcode_tab[MAX_MV*2+1];
|
||||
|
||||
static void put_header(MpegEncContext *s, int header)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue