X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frtp.h;h=23588755ece9175b3ef2423857ffb226d1179a16;hb=f37174bc1913d534913e8825f1609a637cc4b364;hp=5297e17f6a310d3c0089fbbf7d795b4f9dcd3e82;hpb=ec8a3e25d8cfed9f8f335b88d8162ae331b68df9;p=ffmpeg diff --git a/libavformat/rtp.h b/libavformat/rtp.h index 5297e17f6a3..23588755ece 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -72,7 +72,7 @@ enum CodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type); #define RTP_VERSION 2 #define RTP_MAX_SDES 256 /**< maximum text length for SDES */ -/* RTCP paquets use 0.5 % of the bandwidth */ +/* RTCP packets use 0.5% of the bandwidth */ #define RTCP_TX_RATIO_NUM 5 #define RTCP_TX_RATIO_DEN 1000