summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp/AMPEG4AudioAssembler.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-02-22 11:46:35 -0800
committerAndreas Huber <andih@google.com>2011-02-22 13:21:38 -0800
commit55e26193c885b7d5acdae9978848e6587987790f (patch)
tree292e5adc85140f3e19c264c922fac3c04c8877a3 /media/libstagefright/rtsp/AMPEG4AudioAssembler.h
parent1de41a66e3e7b548ee44e6654580e5f6f7265b11 (diff)
downloadframeworks_av-55e26193c885b7d5acdae9978848e6587987790f.zip
frameworks_av-55e26193c885b7d5acdae9978848e6587987790f.tar.gz
frameworks_av-55e26193c885b7d5acdae9978848e6587987790f.tar.bz2
Support more MPEG4-LATM audio functionality.
related-to-bug: 3474610 Change-Id: I6dab40e8b465922c62be9ee7f168718822c6caac Now skipping extra header that the spec claimed shouldn't be present in LATM...
Diffstat (limited to 'media/libstagefright/rtsp/AMPEG4AudioAssembler.h')
-rw-r--r--media/libstagefright/rtsp/AMPEG4AudioAssembler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/rtsp/AMPEG4AudioAssembler.h b/media/libstagefright/rtsp/AMPEG4AudioAssembler.h
index 9cef94c..1361cd2 100644
--- a/media/libstagefright/rtsp/AMPEG4AudioAssembler.h
+++ b/media/libstagefright/rtsp/AMPEG4AudioAssembler.h
@@ -46,6 +46,7 @@ private:
bool mMuxConfigPresent;
unsigned mNumSubFrames;
unsigned mFrameLengthType;
+ ssize_t mFixedFrameLength;
bool mOtherDataPresent;
unsigned mOtherDataLenBits;