diff --git a/webrtc/WebRtcTransport.h b/webrtc/WebRtcTransport.h index 7f0dbb6b..e0bfce62 100644 --- a/webrtc/WebRtcTransport.h +++ b/webrtc/WebRtcTransport.h @@ -392,4 +392,4 @@ private: map _rtp_ext_type_to_id; //接收rtp时需要修改rtp ext id unordered_map _rtp_ext_id_to_type; -}; \ No newline at end of file +};