[FFmpeg-soc] [soc]: r1199 - qcelp/qcelp_parser.c
reynaldo
subversion at mplayerhq.hu
Mon Aug 27 13:42:48 CEST 2007
Author: reynaldo
Date: Mon Aug 27 13:42:47 2007
New Revision: 1199
Log:
COSMETIC corrects some nits Diego found
Modified:
qcelp/qcelp_parser.c
Modified: qcelp/qcelp_parser.c
==============================================================================
--- qcelp/qcelp_parser.c (original)
+++ qcelp/qcelp_parser.c Mon Aug 27 13:42:47 2007
@@ -39,7 +39,7 @@ static int qcelp_find_frame_end(ParseCon
int buf_size)
{
/**
- * Lets try and see if this packet holds exactly one frame
+ * Let's try and see if this packet holds exactly one frame
*/
switch(buf_size)
@@ -57,8 +57,8 @@ static int qcelp_find_frame_end(ParseCon
/**
* If we reach this point it means the packet holds a multiset of
- * frames, each one of them in codec frame format, all of the same
- * rate, as described in:
+ * frames, each one of them in codec frame format, all with the same
+ * framerate, as described in:
*
* http://tools.ietf.org/html/draft-mckay-qcelp-02
*/
More information about the FFmpeg-soc
mailing list