Commit 2d5770d1 authored by diego's avatar diego

cosmetics: fix usefuLL --> usefuL typo


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8061 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7c8c4b0b
...@@ -53,7 +53,7 @@ extern URLProtocol rtp_protocol; ...@@ -53,7 +53,7 @@ extern URLProtocol rtp_protocol;
#define RTCP_TX_RATIO_NUM 5 #define RTCP_TX_RATIO_NUM 5
#define RTCP_TX_RATIO_DEN 1000 #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 typedef struct rtp_payload_data_s
{ {
int sizelength; int sizelength;
......
...@@ -56,7 +56,7 @@ static inline double av_q2d(AVRational a){ ...@@ -56,7 +56,7 @@ static inline double av_q2d(AVRational a){
/** /**
* reduce a fraction. * 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 * @param max the maximum allowed for dst_nom & dst_den
* @return 1 if exact, 0 otherwise * @return 1 if exact, 0 otherwise
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment