From 30db2709395c73fb3b4ee334119ceba68c95ab13 Mon Sep 17 00:00:00 2001 From: James Dong Date: Mon, 8 Nov 2010 20:01:12 -0800 Subject: Fix a build break due to the missing kKeyRotation Change-Id: I6bf030c946abe7a95f8f7bc464e6507fb02cf39c --- include/media/stagefright/MetaData.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/media/stagefright/MetaData.h b/include/media/stagefright/MetaData.h index a72aabf..b4c5d3c 100644 --- a/include/media/stagefright/MetaData.h +++ b/include/media/stagefright/MetaData.h @@ -32,6 +32,7 @@ enum { kKeyMIMEType = 'mime', // cstring kKeyWidth = 'widt', // int32_t kKeyHeight = 'heig', // int32_t + kKeyRotation = 'rotA', // int32_t (angle in degrees) kKeyIFramesInterval = 'ifiv', // int32_t kKeyStride = 'strd', // int32_t kKeySliceHeight = 'slht', // int32_t -- cgit v1.1