Merge branch 'master' into feature/chainable-rtcp-handlers

# Conflicts:
#	src/h264packetizationhandler.cpp
This commit is contained in:
Filip Klembara
2021-02-08 10:19:26 +01:00
35 changed files with 260 additions and 87 deletions

View File

@ -16,8 +16,8 @@
* along with this program; If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef H264RtpPacketizer_hpp
#define H264RtpPacketizer_hpp
#ifndef H264_RTP_PACKETIZER_H
#define H264_RTP_PACKETIZER_H
#if RTC_ENABLE_MEDIA
@ -64,4 +64,4 @@ private:
#endif /* RTC_ENABLE_MEDIA */
#endif /* H264RtpPacketizer_hpp */
#endif /* H264_RTP_PACKETIZER_H */