diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-02-22 00:07:42 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-02-22 00:07:42 +0000 |
commit | 804de96a83c8ad42d9e4f2b02d5b3f99ca31b725 (patch) | |
tree | 1ef91aefa1c51b8963c6a187b6f9936ef9d58179 /libavformat/rtp.h | |
parent | 8684704bbe6fc786e55503e3296a53653b891704 (diff) | |
download | ffmpeg-804de96a83c8ad42d9e4f2b02d5b3f99ca31b725.tar.gz |
cosmetics: fix usefuLL --> usefuL typo
Originally committed as revision 8061 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r-- | libavformat/rtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h index c46d0b8822..d142fff5e1 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; |