summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-09-07 17:27:50 -0700
committerJames Dong <jdong@google.com>2012-09-10 16:37:26 -0700
commit2020801209f7f0f82ddd7635daf2c371b46ea6d6 (patch)
tree85b31efc5aed0defe61c7786061cf82e81cedc80 /include
parent3e2e7a945cf0239b2f021294fc9786958f389ef9 (diff)
downloadframeworks_av-2020801209f7f0f82ddd7635daf2c371b46ea6d6.zip
frameworks_av-2020801209f7f0f82ddd7635daf2c371b46ea6d6.tar.gz
frameworks_av-2020801209f7f0f82ddd7635daf2c371b46ea6d6.tar.bz2
Allow OMXCodec to specify an output color format for OMX decoder component
The output color format is specified via the meta argument in OMXCodec::Create() o related-to-bug: 7122195 Change-Id: Id3247686b893af25cc190685201e53ad34b0399c
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/OMXCodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h
index e6739ae..583c3b3 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -276,7 +276,7 @@ private:
CodecProfileLevel& profileLevel);
status_t setVideoOutputFormat(
- const char *mime, OMX_U32 width, OMX_U32 height);
+ const char *mime, const sp<MetaData>& meta);
void setImageOutputFormat(
OMX_COLOR_FORMATTYPE format, OMX_U32 width, OMX_U32 height);