summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/FFMPEGSoftCodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/stagefright/FFMPEGSoftCodec.h')
-rw-r--r--include/media/stagefright/FFMPEGSoftCodec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/stagefright/FFMPEGSoftCodec.h b/include/media/stagefright/FFMPEGSoftCodec.h
index 83373d0..2f31e72 100644
--- a/include/media/stagefright/FFMPEGSoftCodec.h
+++ b/include/media/stagefright/FFMPEGSoftCodec.h
@@ -62,7 +62,8 @@ struct FFMPEGSoftCodec {
static status_t setVideoFormat(
const sp<AMessage> &msg, const char* mime,
sp<IOMX> OMXhandle,IOMX::node_id nodeID,
- bool isEncoder, OMX_VIDEO_CODINGTYPE *compressionFormat);
+ bool isEncoder, OMX_VIDEO_CODINGTYPE *compressionFormat,
+ const char* componentName);
static status_t getAudioPortFormat(
OMX_U32 portIndex, int coding,