summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-12-11 15:07:25 -0800
committerAndreas Huber <andih@google.com>2009-12-11 15:09:31 -0800
commitb841f14f8e51f2365945281fbfa54ef6a1b1b5a6 (patch)
tree9c0c648cfe9d900425f7756dd0bf2a9b805771ec /include
parent6b91407a918d755454ed396068ff7f67b7088f34 (diff)
downloadframeworks_av-b841f14f8e51f2365945281fbfa54ef6a1b1b5a6.zip
frameworks_av-b841f14f8e51f2365945281fbfa54ef6a1b1b5a6.tar.gz
frameworks_av-b841f14f8e51f2365945281fbfa54ef6a1b1b5a6.tar.bz2
Initial checkin of software AMR NB encoder based on PV source code.
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MetaData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/MetaData.h b/include/media/stagefright/MetaData.h
index 583128f..c6ac6c2 100644
--- a/include/media/stagefright/MetaData.h
+++ b/include/media/stagefright/MetaData.h
@@ -34,7 +34,7 @@ enum {
kKeyHeight = 'heig',
kKeyChannelCount = '#chn',
kKeySampleRate = 'srte',
- kKeyBitRate = 'brte',
+ kKeyBitRate = 'brte', // int32_t (bps)
kKeyESDS = 'esds', // raw data
kKeyAVCC = 'avcc', // raw data
kKeyWantsNALFragments = 'NALf',