Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47a2db49 authored by Andy McFadden's avatar Andy McFadden
Browse files

Tweak comment.

Change-Id: Ic99fefde512fa3a5b1fca2bc65cd37c8170e7f2c
parent 34f17dd1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.