[SCM] libav/experimental: shape-adaptive diamond + prediction crash patch by (Loren Merritt <lorenm at u dot washington dot edu>)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:40:52 UTC 2013


The following commit has been merged in the experimental branch:
commit 4994af2fbd81eea61a797a0e77c3a69a641d7582
Author: Loren Merritt <lorenm at u.washington.edu>
Date:   Mon Jul 5 02:21:38 2004 +0000

     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

diff --git a/libavcodec/motion_est_template.c b/libavcodec/motion_est_template.c
index 567f84d..b5ee885 100644
--- a/libavcodec/motion_est_template.c
+++ b/libavcodec/motion_est_template.c
@@ -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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list