diff options
| author | Chong Zhang <chz@google.com> | 2015-05-22 01:15:33 +0000 | 
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-22 01:15:34 +0000 | 
| commit | 4b6a2d71c2b1acd5ef5340b392f362c8cd09c176 (patch) | |
| tree | 7ae16214a6448c830a346995b5e45eeead65eaba /include | |
| parent | 8c46bb672b308583375852642a4b7a43560f5128 (diff) | |
| parent | 79608158c2254fe1357959157f2d0c1560a8a6c6 (diff) | |
| download | frameworks_av-4b6a2d71c2b1acd5ef5340b392f362c8cd09c176.zip frameworks_av-4b6a2d71c2b1acd5ef5340b392f362c8cd09c176.tar.gz frameworks_av-4b6a2d71c2b1acd5ef5340b392f362c8cd09c176.tar.bz2  | |
Merge "stagefright: measure max encoder buffer count for persistent surface" into mnc-dev
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/stagefright/MediaCodecList.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/MediaCodecList.h b/include/media/stagefright/MediaCodecList.h index ce34338..df5e519 100644 --- a/include/media/stagefright/MediaCodecList.h +++ b/include/media/stagefright/MediaCodecList.h @@ -32,6 +32,8 @@  namespace android { +extern const char *kMaxEncoderInputBuffers; +  struct AMessage;  struct MediaCodecList : public BnMediaCodecList {  | 
