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

Commit 8a468269 authored by Lajos Molnar's avatar Lajos Molnar
Browse files

media: fix MediaFormat copy constructor

Bug: 124075529
Change-Id: I29a48531f91dd8631833fdf19ee71dacd2ab62ac
parent aa5f08ea
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);
    }