Browse Source

dsp: make put_no_rnd_pixels_tab 4x4 big

This makes it match the other tables and fixes out of array acceses.

Fixes CID980012

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.2
Michael Niedermayer 13 years ago
parent
commit
b8820e7aa3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/dsputil.h

+ 1
- 1
libavcodec/dsputil.h View File

@@ -292,7 +292,7 @@ typedef struct DSPContext {
* @param line_size number of bytes in a horizontal line of block
* @param h height
*/
op_pixels_func put_no_rnd_pixels_tab[2][4];
op_pixels_func put_no_rnd_pixels_tab[4][4];

/**
* Halfpel motion compensation with no rounding (a+b)>>1.


Loading…
Cancel
Save