diff --git a/media/java/android/media/MediaCodec.java b/media/java/android/media/MediaCodec.java index bdee6fa7453d7..b6b49a287d9ef 100644 --- a/media/java/android/media/MediaCodec.java +++ b/media/java/android/media/MediaCodec.java @@ -263,8 +263,8 @@ final public class MediaCodec { Surface surface, MediaCrypto crypto, int flags); /** - * Requests a Surface to use instead of input buffers. This may only be called after - * {@link #configure} and before {@link #start}. + * Requests a Surface to use as the input to an encoder, in place of input buffers. This + * may only be called after {@link #configure} and before {@link #start}. *

* The application is responsible for calling release() on the Surface when * done.