diff --git a/libavformat/rtp.h b/libavformat/rtp.h index c46d0b882210e9376f6fdb3a5a7299b8587f3261..d142fff5e18bba5e1b9f19abe8935b58bf67a713 100644 --- a/libavformat/rtp.h +++ b/libavformat/rtp.h @@ -53,7 +53,7 @@ extern URLProtocol rtp_protocol; #define RTCP_TX_RATIO_NUM 5 #define RTCP_TX_RATIO_DEN 1000 -/* Structure listing usefull vars to parse RTP packet payload*/ +/* Structure listing useful vars to parse RTP packet payload*/ typedef struct rtp_payload_data_s { int sizelength; diff --git a/libavutil/rational.h b/libavutil/rational.h index 43fc22114f6b5d75611c42dec2c074f25b346e34..140ce66822ef71d599b58237097fe7f98eac6509 100644 --- a/libavutil/rational.h +++ b/libavutil/rational.h @@ -56,7 +56,7 @@ static inline double av_q2d(AVRational a){ /** * reduce a fraction. - * this is usefull for framerate calculations + * This is useful for framerate calculations. * @param max the maximum allowed for dst_nom & dst_den * @return 1 if exact, 0 otherwise */