Fix build error in RTSP tests

This commit is contained in:
Oliver Woodman 2021-06-10 18:06:46 +01:00
parent 5e88837ecc
commit 9be1d3f583

View File

@ -83,7 +83,7 @@ import org.json.JSONObject;
mediaDescription,
packetsBuilder.build());
} catch (JSONException e) {
throw ParserException.createForMalformedManifest(/* message= */ null, e);
throw new ParserException(e);
}
}