[x265] [PATCH] Fix for crash in vc9 for IP filter

deepthidevaki at multicorewareinc.com deepthidevaki at multicorewareinc.com
Wed Jul 3 07:39:33 CEST 2013


# HG changeset patch
# User Deepthi Devaki
# Date 1372829953 -19800
# Node ID 04a9b7ee040d26dca9e72ddfc0e72c4edd5a669d
# Parent  57b142b20d910c4fd9ed0764c18212c6e708ec04
Fix for crash in vc9 for IP filter

diff -r 57b142b20d91 -r 04a9b7ee040d source/common/vec/ipfilter16.inc
--- a/source/common/vec/ipfilter16.inc	Tue Jul 02 15:23:41 2013 +0530
+++ b/source/common/vec/ipfilter16.inc	Wed Jul 03 11:09:13 2013 +0530
@@ -511,7 +511,7 @@
             }
             else
             {
-                vec_src0.load_partial(4, src + col);
+                vec_src0 = load_partial(const_int(8), (src+col));
             }
 
             vec_src0 = vec_src0 * vec_c;                        // Assuming that there is no overflow (Everywhere in this function!)
@@ -614,7 +614,7 @@
             }
             else
             {
-                vec_src0.load_partial(4, src + col);
+                vec_src0 = load_partial(const_int(8), (src+col));
             }
 
             vec_src0 = vec_src0 * vec_c;                        // Assuming that there is no overflow (Everywhere in this function!)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xhevc_deepthid.patch
Type: text/x-patch
Size: 1096 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20130703/325dd2d7/attachment.bin>


More information about the x265-devel mailing list