Merge "Encoder: Defined structures for accessing MB header data" am: 8aa140b8a5 am: fef5e9e203 am: eba0a08cdd
am: 2ebe889e3f

Change-Id: I3267957cccb5927afa25bb5c266974c8ee96a529
diff --git a/encoder/ih264e_defs.h b/encoder/ih264e_defs.h
index aee270e..c4e7885 100644
--- a/encoder/ih264e_defs.h
+++ b/encoder/ih264e_defs.h
@@ -66,7 +66,8 @@
  * Maximum width supported by codec
  */
 
-#define MAX_WD   1920
+/* changed by haining@ to support Nexus 6P screen size, was previously 1920 */
+#define MAX_WD   2560
 
 /**
  * Minimum height supported by codec
@@ -77,7 +78,8 @@
  * Maximum height supported by codec
  */
 
-#define MAX_HT   1920
+/* changed by haining@ to support Nexus 6P screen size, was previously 1920 */
+#define MAX_HT   2560
 
 /*****************************************************************************/
 /* Padding sizes                                                             */