am bc76bb45: Merge "Allow CAMERA_CMD_SET_DISPLAY_ORIENTATION to change during preview."

* commit 'bc76bb458220f39ed290e2d13180c31bb35ecb90':
  Allow CAMERA_CMD_SET_DISPLAY_ORIENTATION to change during preview.
This commit is contained in:
Wu-cheng Li 2011-10-07 05:46:36 -07:00 committed by Android Git Automerger
commit da950f772b
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ enum {
* This does not affect the order of byte array of
* CAMERA_MSG_PREVIEW_FRAME, CAMERA_MSG_VIDEO_FRAME,
* CAMERA_MSG_POSTVIEW_FRAME, CAMERA_MSG_RAW_IMAGE, or
* CAMERA_MSG_COMPRESSED_IMAGE. This is not allowed to be set during
* preview
* CAMERA_MSG_COMPRESSED_IMAGE. This is allowed to be set during preview
* since API level 14.
*/
CAMERA_CMD_SET_DISPLAY_ORIENTATION = 3,