From 7e948c3238dd08b15ad0bbba81c69a68ea507dad Mon Sep 17 00:00:00 2001 From: Omprakash Dhyade Date: Tue, 22 Feb 2011 18:06:22 -0800 Subject: [PATCH] overlay: Update startChannel function call startChannel function prototype has changed. One of the places it uses old signature, update it with new signature. Change-Id: Id0510187ffa13d7d750ad101030649134353b14b --- liboverlay/overlayLib.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liboverlay/overlayLib.cpp b/liboverlay/overlayLib.cpp index ec727fd..73ea4fc 100644 --- a/liboverlay/overlayLib.cpp +++ b/liboverlay/overlayLib.cpp @@ -1,6 +1,6 @@ /* * Copyright (C) 2008 The Android Open Source Project - * Copyright (c) 2010, Code Aurora Forum. All rights reserved. + * Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -321,7 +321,7 @@ bool Overlay::setSource(uint32_t w, uint32_t h, int format, int orientation, } } else { return startChannel(w, h, colorFormat, 0, !orientation, - uichannel, 0, ignoreFB, num_buffers); + uichannel, 0, VG0_PIPE, ignoreFB, num_buffers); } } else