mirror of
https://github.com/androidx/media.git
synced 2025-05-15 19:49:50 +08:00
Fix build error in RTSP tests
This commit is contained in:
parent
5e88837ecc
commit
9be1d3f583
@ -83,7 +83,7 @@ import org.json.JSONObject;
|
||||
mediaDescription,
|
||||
packetsBuilder.build());
|
||||
} catch (JSONException e) {
|
||||
throw ParserException.createForMalformedManifest(/* message= */ null, e);
|
||||
throw new ParserException(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user