[Ffmpeg-cvslog] r8061 - in trunk: libavformat/rtp.h libavutil/rational.h
diego
subversion
Thu Feb 22 01:07:43 CET 2007
Author: diego
Date: Thu Feb 22 01:07:42 2007
New Revision: 8061
Modified:
trunk/libavformat/rtp.h
trunk/libavutil/rational.h
Log:
cosmetics: fix usefuLL --> usefuL typo
Modified: trunk/libavformat/rtp.h
==============================================================================
--- trunk/libavformat/rtp.h (original)
+++ trunk/libavformat/rtp.h Thu Feb 22 01:07:42 2007
@@ -53,7 +53,7 @@
#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;
Modified: trunk/libavutil/rational.h
==============================================================================
--- trunk/libavutil/rational.h (original)
+++ trunk/libavutil/rational.h Thu Feb 22 01:07:42 2007
@@ -56,7 +56,7 @@
/**
* 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
*/
More information about the ffmpeg-cvslog
mailing list