Browse Source

shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at u dot washington dot edu>)

Originally committed as revision 3287 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Loren Merritt Michael Niedermayer 21 years ago
parent
commit
4994af2fbd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/motion_est_template.c

+ 1
- 1
libavcodec/motion_est_template.c View File

@@ -677,7 +677,7 @@ if(256*256*256*64 % (stats[0]+1)==0){
}\
}

#define MAX_SAB_SIZE 16
#define MAX_SAB_SIZE ME_MAP_SIZE
static int sab_diamond_search(MpegEncContext * s, int *best, int dmin,
int src_index, int ref_index, int const penalty_factor,
int size, int h, int flags)


Loading…
Cancel
Save