[x265] [PATCH] Lookahead.h : changed the struct defenition

gopu at multicorewareinc.com gopu at multicorewareinc.com
Fri Aug 2 09:17:16 CEST 2013


# HG changeset patch
# User ggopu
# Date 1375427822 -19800
# Node ID 09779dd14af063d1134f7208af6e6914e94f86de
# Parent  0db8f9d2ca299fb992e9d27aaf5d0b32c14a089a
Lookahead.h : changed the struct defenition

diff -r 0db8f9d2ca29 -r 09779dd14af0 source/common/lookahead.h
--- a/source/common/lookahead.h	Fri Aug 02 12:36:59 2013 +0530
+++ b/source/common/lookahead.h	Fri Aug 02 12:47:02 2013 +0530
@@ -27,7 +27,7 @@
 namespace x265 {
 class ReferencePlanes;
 
-typedef struct : ReferencePlanes
+struct LookaheadFrame : ReferencePlanes
 {
     pixel *buffer[4];
     int     stride;
@@ -35,7 +35,7 @@
     int     lines;
     ReferencePlanes *mref;    
 
-}LookaheadFrame;
+};
 
 typedef struct
 {


More information about the x265-devel mailing list