summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-08-27 18:10:01 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-08-27 18:10:01 -0700
commit9bdccaca6a7a09457670138bf6cdd9b3ba5e7087 (patch)
treef2ce07a2b7f235a3e6b895f461ebd1fb6a5de8c3 /include
parentf00421ce0af03785a229552cb9738ac09b17a675 (diff)
parentb354e7916ee7b5fffb61c3ede30c3d3b0c26b475 (diff)
downloadframeworks_av-9bdccaca6a7a09457670138bf6cdd9b3ba5e7087.zip
frameworks_av-9bdccaca6a7a09457670138bf6cdd9b3ba5e7087.tar.gz
frameworks_av-9bdccaca6a7a09457670138bf6cdd9b3ba5e7087.tar.bz2
am a5fe77d0: am df8356ff: Merge "Workaround for a QCOM issue where the output buffer size advertised by the AVC encoder is occasionally too small." into gingerbread
Merge commit 'a5fe77d004091bd9521d087c2572f587191afbfc' * commit 'a5fe77d004091bd9521d087c2572f587191afbfc': Workaround for a QCOM issue where the output buffer size advertised by the AVC encoder
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/OMXCodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h
index 010ded1..875bc5b 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -102,6 +102,7 @@ private:
kInputBufferSizesAreBogus = 512,
kSupportsMultipleFramesPerInputBuffer = 1024,
kAvoidMemcopyInputRecordingFrames = 2048,
+ kRequiresLargerEncoderOutputBuffer = 4096,
};
struct BufferInfo {