am 592a3f54: am c3a5cf9a: Actually set the video scaling mode :-)

* commit '592a3f544745f19d9901692700a1b439b9f8c57b':
  Actually set the video scaling mode :-)
This commit is contained in:
Bryan Mawhinney
2012-05-27 12:53:48 -07:00
committed by Android Git Automerger

View File

@@ -746,6 +746,7 @@ public class MediaPlayer
try {
request.writeInterfaceToken(IMEDIA_PLAYER);
request.writeInt(INVOKE_ID_SET_VIDEO_SCALE_MODE);
request.writeInt(mode);
invoke(request, reply);
} finally {
request.recycle();