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

Commit 5705cefe authored by Lajos Molnar's avatar Lajos Molnar Committed by Android (Google) Code Review
Browse files

Merge "media: fix MediaFormat copy constructor"

parents f283fae2 8a468269
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1520,6 +1520,7 @@ public final class MediaFormat {
     * Create a copy of a media format object.
     */
    public MediaFormat(@NonNull MediaFormat other) {
        this();
        mMap.putAll(other.mMap);
    }