summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-10-04 18:37:48 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-10-04 18:37:48 -0700
commit6f1c7bda39774fe3a1febf72b03c8ad481c1ea54 (patch)
tree12cc1b22592ca6386e19a499479dd9532b351889 /include
parent15f107b151deff1f25f1255bdbcb630ed576ac8d (diff)
parent6a9e39ac55b32a2847546ef1784c2d6c91863a55 (diff)
downloadframeworks_base-6f1c7bda39774fe3a1febf72b03c8ad481c1ea54.zip
frameworks_base-6f1c7bda39774fe3a1febf72b03c8ad481c1ea54.tar.gz
frameworks_base-6f1c7bda39774fe3a1febf72b03c8ad481c1ea54.tar.bz2
Merge "Fixed an issue where the reserved free space in the file writer was larger than intended" into gingerbread
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MPEG4Writer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/MPEG4Writer.h b/include/media/stagefright/MPEG4Writer.h
index 70bd8e8..cff38b2 100644
--- a/include/media/stagefright/MPEG4Writer.h
+++ b/include/media/stagefright/MPEG4Writer.h
@@ -64,6 +64,7 @@ private:
FILE *mFile;
bool mUse4ByteNalLength;
bool mUse32BitOffset;
+ bool mIsFileSizeLimitExplicitlyRequested;
bool mPaused;
bool mStarted;
off_t mOffset;