[x265] [PATCH] removed ReferencePlanes *mref; from Lookahead structure

gopu at multicorewareinc.com gopu at multicorewareinc.com
Fri Aug 2 09:24:30 CEST 2013


# HG changeset patch
# User ggopu
# Date 1375428258 -19800
# Node ID d3e268a84fb361fc2ea757925e657cbcc4f0b20b
# Parent  741f59479c5cadd3bb8706cb7e904d89ddaa4320
removed ReferencePlanes *mref; from Lookahead structure

diff -r 741f59479c5c -r d3e268a84fb3 source/common/lookahead.h
--- a/source/common/lookahead.h	Fri Aug 02 12:51:09 2013 +0530
+++ b/source/common/lookahead.h	Fri Aug 02 12:54:18 2013 +0530
@@ -33,8 +33,6 @@
     int     stride;
     int     width;
     int     lines;
-    ReferencePlanes *mref;    
-
 };
 
 typedef struct


More information about the x265-devel mailing list