summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRachad <rachad@google.com>2015-01-31 21:05:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-01-31 21:05:34 +0000
commit36dca156e0b5bf1865d1f6a1c692c71e10583481 (patch)
tree37a4da4c2cb9e39809014cc7f3e0e1b0478ad91e /include
parent7a4342651cc6539fc9a8775ce1e322a47adeda78 (diff)
parent78b01639c08fe5e7e9c1be5e9dc5de560f1383f9 (diff)
downloadframeworks_av-36dca156e0b5bf1865d1f6a1c692c71e10583481.zip
frameworks_av-36dca156e0b5bf1865d1f6a1c692c71e10583481.tar.gz
frameworks_av-36dca156e0b5bf1865d1f6a1c692c71e10583481.tar.bz2
Merge "Acodec: Send framerate information to OMX decoder if available" into lmp-mr1-dev
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;