am a8c2454d: fix build: media: add back legacy name for VideoGrallocMetadata

* commit 'a8c2454d52d3c23bd53b4a172eff8e5f4af30168':
  fix build: media: add back legacy name for VideoGrallocMetadata
This commit is contained in:
Lajos Molnar 2015-06-02 14:24:21 +00:00 committed by Android Git Automerger
commit ba46148fee
1 changed files with 6 additions and 0 deletions

View File

@ -103,6 +103,12 @@ struct VideoGrallocMetadata {
buffer_handle_t hHandle;
};
// Legacy name for VideoGrallocMetadata struct.
struct VideoDecoderOutputMetaData {
MetadataBufferType eType; // must be kMetadataBufferTypeGrallocSource
buffer_handle_t pHandle;
};
struct VideoNativeMetadata {
MetadataBufferType eType; // must be kMetadataBufferTypeANWBuffer
struct ANativeWindowBuffer* pBuffer;