diff options
author | Steve Kondik <steve@cyngn.com> | 2015-12-26 22:07:56 -0800 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2015-12-28 02:13:17 -0800 |
commit | 1bb6c3edfea2a8b961e9550bd02a1e0e3d79db22 (patch) | |
tree | 05415e70d1fe311af426274fce027422cef00bc1 /include | |
parent | 1b5f480d61432ab5aeb090f96823ed59dbc727bc (diff) | |
download | frameworks_av-1bb6c3edfea2a8b961e9550bd02a1e0e3d79db22.zip frameworks_av-1bb6c3edfea2a8b961e9550bd02a1e0e3d79db22.tar.gz frameworks_av-1bb6c3edfea2a8b961e9550bd02a1e0e3d79db22.tar.bz2 |
stagefright: Add more hardware codec support for our extractor
* Additional cases for timestamp reordering (smooth out AVI playback)
* Enable hardware thumbnailer
Change-Id: If828181850a5627dc1f91b118974905d22ab24e9
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/FFMPEGSoftCodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/FFMPEGSoftCodec.h b/include/media/stagefright/FFMPEGSoftCodec.h index 79ea229..c6b6482 100644 --- a/include/media/stagefright/FFMPEGSoftCodec.h +++ b/include/media/stagefright/FFMPEGSoftCodec.h @@ -60,6 +60,7 @@ struct FFMPEGSoftCodec { sp<IOMX> OMXhandle, IOMX::node_id nodeID); static status_t setVideoFormat( + status_t status, const sp<AMessage> &msg, const char* mime, sp<IOMX> OMXhandle,IOMX::node_id nodeID, bool isEncoder, OMX_VIDEO_CODINGTYPE *compressionFormat, |