From bf697e37550d9e8376089b0b5e498613bede798c Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 7 Dec 2009 09:43:00 -0800 Subject: Change OMXCodec::Create to return an sp instead of an sp, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway. --- media/libstagefright/OMXCodec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media/libstagefright') diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp index 670f748..7c77214 100644 --- a/media/libstagefright/OMXCodec.cpp +++ b/media/libstagefright/OMXCodec.cpp @@ -274,7 +274,7 @@ void OMXCodec::findMatchingCodecs( } // static -sp OMXCodec::Create( +sp OMXCodec::Create( const sp &omx, const sp &meta, bool createEncoder, const sp &source, -- cgit v1.1