diff options
| -rw-r--r-- | media/java/android/media/MediaRecorder.java | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/media/java/android/media/MediaRecorder.java b/media/java/android/media/MediaRecorder.java index 866c853e7841..90febba22fb7 100644 --- a/media/java/android/media/MediaRecorder.java +++ b/media/java/android/media/MediaRecorder.java @@ -315,7 +315,7 @@ public class MediaRecorder      /**       * Sets the orientation hint for output video playback. -     * This method should be called before start(). This method will not +     * This method should be called before prepare(). This method will not       * trigger the source video frame to rotate during video recording, but to       * add a composition matrix containing the rotation angle in the output       * video if the output format is OutputFormat.THREE_GPP or  |