summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-01-05 15:21:14 -0800
committerSteve Kondik <steve@cyngn.com>2016-01-05 15:22:11 -0800
commitde1e368d8ac5891e03e664a0ea385b896b48db0b (patch)
tree12b15ff95a32ca0a55d4fa9f94dbba8c886c09d8 /include
parent72f2347c4eb4aa50503cd990d1ab5c0f8f5bbb61 (diff)
downloadframeworks_av-de1e368d8ac5891e03e664a0ea385b896b48db0b.zip
frameworks_av-de1e368d8ac5891e03e664a0ea385b896b48db0b.tar.gz
frameworks_av-de1e368d8ac5891e03e664a0ea385b896b48db0b.tar.bz2
stagefright: Forward-port HFR and HSR support
* CAF commit bd42a7ac3a60c0d8a079b4567484c9b006bac8ad upstream Change-Id: I457ccab603647f3139ea2199a544f64ac3d1a214
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MPEG4Writer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/stagefright/MPEG4Writer.h b/include/media/stagefright/MPEG4Writer.h
index 055c079..aeaad8f 100644
--- a/include/media/stagefright/MPEG4Writer.h
+++ b/include/media/stagefright/MPEG4Writer.h
@@ -186,6 +186,9 @@ private:
// To use 3gp4 box for clips with AMR audio
bool mIsAudioAMR;
+ // HFR scale
+ uint32_t mHFRRatio;
+
void lock();
void unlock();