Commit aeb1621d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'fe27aeae'

* commit 'fe27aeae':
  mpeg12enc: increase declared size of block function argument

See: 2cf51435Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 81e3f819 fe27aeae
......@@ -874,7 +874,7 @@ extern const uint8_t * const ff_mpeg2_dc_scale_table[4];
void ff_mpeg1_encode_picture_header(MpegEncContext *s, int picture_number);
void ff_mpeg1_encode_mb(MpegEncContext *s,
int16_t block[6][64],
int16_t block[8][64],
int motion_x, int motion_y);
void ff_mpeg1_encode_init(MpegEncContext *s);
void ff_mpeg1_encode_slice_header(MpegEncContext *s);
......
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