Renamed guards for consistency

This commit is contained in:
Paul-Louis Ageneau
2021-02-04 19:30:07 +01:00
parent 690653f8ef
commit 93eaa67f5c
2 changed files with 7 additions and 7 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
@ -43,4 +43,4 @@ public:
#endif /* RTC_ENABLE_MEDIA */
#endif /* H264RtpPacketizer_hpp */
#endif /* H264_RTP_PACKETIZER_H */