rtp: Zero-initialize SDP info record
Turned out that pa_sdp_info::enable_opus
is never initialized, which seldom makes module-rtp-recv
believe it will be playing OPUS
-encoded stream even though discovered SDP
record does not indicate OPUS
codec in metadata.
Fix this by zero-initializing the struct.