fix a typo causing pre-rotation to never work

Change-Id: I8d698ec52d53ef1a553b887c7329413e1f49cc72
This commit is contained in:
Mathias Agopian 2012-04-12 19:36:42 -07:00
parent 016c8cbce4
commit b364be8e55
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ status_t BufferQueue::queueBuffer(int buf,
mBufferHasBeenQueued = true;
mDequeueCondition.broadcast();
output->inflate(mDefaultWidth, mDefaultHeight, mDefaultHeight);
output->inflate(mDefaultWidth, mDefaultHeight, mTransformHint);
ATRACE_INT(mConsumerName.string(), mQueue.size());
} // scope for the lock