Commit 9be1d3f5 by Oliver Woodman

Fix build error in RTSP tests

parent 5e88837e
......@@ -83,7 +83,7 @@ import org.json.JSONObject;
mediaDescription,
packetsBuilder.build());
} catch (JSONException e) {
throw ParserException.createForMalformedManifest(/* message= */ null, e);
throw new ParserException(e);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment