rtp: fix initialization
The pointer pt->opaque was initialized only under some conditions in rtp_h264_open(), but its value was used unconditionnaly in rtp_h264_init().
Reported by ASAN.
The pointer pt->opaque was initialized only under some conditions in rtp_h264_open(), but its value was used unconditionnaly in rtp_h264_init().
Reported by ASAN.
VideoLAN code repository instance