summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/OMXCodec.h
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2011-07-18 11:07:47 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-07-18 11:07:47 -0700
commitdb4d3717b4677b3239546a248dc0a7d82db4ba50 (patch)
tree31666bc44c0df4ae95bf212299c571eb3be1ed09 /include/media/stagefright/OMXCodec.h
parent67a124dcac0578aed94aebf451675a5f4c8a1e4e (diff)
parentdf57a0d6d3b0609e69ff79afa63fe44dfa91f6f5 (diff)
downloadframeworks_av-db4d3717b4677b3239546a248dc0a7d82db4ba50.zip
frameworks_av-db4d3717b4677b3239546a248dc0a7d82db4ba50.tar.gz
frameworks_av-db4d3717b4677b3239546a248dc0a7d82db4ba50.tar.bz2
Merge "Add option to query hardware decoders only"
Diffstat (limited to 'include/media/stagefright/OMXCodec.h')
-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 a042ddb..20fcde5 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -355,7 +355,7 @@ struct CodecCapabilities {
status_t QueryCodecs(
const sp<IOMX> &omx,
- const char *mimeType, bool queryDecoders,
+ const char *mimeType, bool queryDecoders, bool hwCodecOnly,
Vector<CodecCapabilities> *results);
} // namespace android