summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRachad <rachad@google.com>2015-02-02 15:30:01 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-02 15:30:01 +0000
commita601b86287ab5437a7e9aaf6f09bc171803cdc3d (patch)
tree5e262eb49429ca1d98f11ee83e68a3a3846ada7a /include
parent82bbd248d0578e5da04aa95d9906006275c330b5 (diff)
parentc9e11696c4f80e9803f7e65e29af962f199a574d (diff)
downloadframeworks_av-a601b86287ab5437a7e9aaf6f09bc171803cdc3d.zip
frameworks_av-a601b86287ab5437a7e9aaf6f09bc171803cdc3d.tar.gz
frameworks_av-a601b86287ab5437a7e9aaf6f09bc171803cdc3d.tar.bz2
am c9e11696: am 36dca156: Merge "Acodec: Send framerate information to OMX decoder if available" into lmp-mr1-dev
* commit 'c9e11696c4f80e9803f7e65e29af962f199a574d': Acodec: Send framerate information to OMX decoder if available
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index 371e2c8..8509d55 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -264,7 +264,7 @@ private:
status_t setVideoFormatOnPort(
OMX_U32 portIndex,
int32_t width, int32_t height,
- OMX_VIDEO_CODINGTYPE compressionFormat);
+ OMX_VIDEO_CODINGTYPE compressionFormat, float frameRate = -1.0);
typedef struct drcParams {
int32_t drcCut;