[FFmpeg-cvslog] r14376 - in trunk: ffmpeg.c ffserver.c

diego subversion
Thu Jul 24 23:12:37 CEST 2008


Author: diego
Date: Thu Jul 24 23:12:37 2008
New Revision: 14376

Log:
cosmetics: typo fixes


Modified:
   trunk/ffmpeg.c
   trunk/ffserver.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Thu Jul 24 23:12:37 2008
@@ -2235,7 +2235,7 @@ static int opt_default(const char *opt, 
 
 //    av_log(NULL, AV_LOG_ERROR, "%s:%s: %f 0x%0X\n", opt, arg, av_get_double(avctx_opts, opt, NULL), (int)av_get_int(avctx_opts, opt, NULL));
 
-    //FIXME we should always use avctx_opts, ... for storing options so there wont be any need to keep track of whats set over this
+    //FIXME we should always use avctx_opts, ... for storing options so there will not be any need to keep track of what i set over this
     opt_names= av_realloc(opt_names, sizeof(void*)*(opt_name_count+1));
     opt_names[opt_name_count++]= o->name;
 

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Thu Jul 24 23:12:37 2008
@@ -1497,9 +1497,8 @@ static int http_parse_request(HTTPContex
     if (c->post) {
         /* if post, it means a feed is being sent */
         if (!stream->is_feed) {
-            /* However it might be a status report from WMP! Lets log the data
-             * as it might come in handy one day
-             */
+            /* However it might be a status report from WMP! Let us log the
+             * data as it might come in handy one day. */
             char *logline = 0;
             int client_id = 0;
 




More information about the ffmpeg-cvslog mailing list