am 01eaa2d5: Merge "Tweak comment." into jb-mr2-dev

* commit '01eaa2d545a0b0dc28f8f13e6db7348bb6e098e3':
  Tweak comment.
This commit is contained in:
Andy McFadden
2013-03-08 17:54:38 +00:00
committed by Android Git Automerger

View File

@@ -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}.
* <p>
* The application is responsible for calling release() on the Surface when
* done.