diff options
author | Lajos Molnar <lajos@google.com> | 2014-07-27 21:21:32 -0700 |
---|---|---|
committer | Lajos Molnar <lajos@google.com> | 2014-07-30 23:09:46 -0700 |
commit | 89869f692c35d0ca914c7de4a1f5ff63c9920634 (patch) | |
tree | 8a5df7d07075e88b8323c93cf6e4ab6b21f6f55c /include | |
parent | b382340f33ac2dc26fe825ceb3ef98bac8af974c (diff) | |
download | frameworks_av-89869f692c35d0ca914c7de4a1f5ff63c9920634.zip frameworks_av-89869f692c35d0ca914c7de4a1f5ff63c9920634.tar.gz frameworks_av-89869f692c35d0ca914c7de4a1f5ff63c9920634.tar.bz2 |
stagefright: enable decoder color format selection
Bug: 10706245
Change-Id: I9a77631bfae0358be229b079228c1fcae0e77faf
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/ACodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h index 7f92671..7e4a1d9 100644 --- a/include/media/stagefright/ACodec.h +++ b/include/media/stagefright/ACodec.h @@ -238,7 +238,7 @@ private: status_t setSupportedOutputFormat(); status_t setupVideoDecoder( - const char *mime, int32_t width, int32_t height); + const char *mime, const sp<AMessage> &msg); status_t setupVideoEncoder( const char *mime, const sp<AMessage> &msg); |