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

Commit 0b5d89dd authored by Vivek Mehta's avatar Vivek Mehta Committed by Gerrit - the friendly Code Review server
Browse files

Revert "MediaMuxer: handle expection for add track"

This reverts commit 0e578586

Change-Id: Ia9b4969a660a9816b1698fabd5456400fca84563
parent 931e9c4e
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -276,11 +276,7 @@ final public class MediaMuxer {
                values[i] = entry.getValue();
                ++i;
            }
            try {
            trackIndex = nativeAddTrack(mNativeObject, keys, values);
            } catch (IllegalStateException ex) {
                throw new IllegalArgumentException("format not supported");
            }
        } else {
            throw new IllegalArgumentException("format must not be empty.");
        }