From 91eb0354043842d96bf3ef201ce68046db70df74 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. --- include/media/stagefright/OMXCodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h index 4199252..351763c 100644 --- a/include/media/stagefright/OMXCodec.h +++ b/include/media/stagefright/OMXCodec.h @@ -33,7 +33,7 @@ struct OMXCodec : public MediaSource, enum CreationFlags { kPreferSoftwareCodecs = 1, }; - static sp Create( + static sp Create( const sp &omx, const sp &meta, bool createEncoder, const sp &source, -- cgit v1.1