]> git.sesse.net Git - vlc/commitdiff
Fix grammar in comments
authorPierre Ynard <linkfanel@yahoo.fr>
Wed, 11 Sep 2013 19:57:58 +0000 (21:57 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Wed, 11 Sep 2013 19:57:58 +0000 (21:57 +0200)
include/vlc/libvlc.h
modules/codec/avcodec/video.c

index 5cf0ad2003752aa7ae4ac51cda6faabe93bc1c8b..0bc0b401a553d2758abddf6f545022a6c2644405 100644 (file)
@@ -374,7 +374,7 @@ LIBVLC_API void libvlc_log_get_context(const libvlc_log_t *ctx,
 /**
  * Gets VLC object information about a log message: the type name of the VLC
  * object emitting the message, the object header if any and a temporaly-unique
- * object identifier. These information are mainly meant for <b>manual</b>
+ * object identifier. This information is mainly meant for <b>manual</b>
  * troubleshooting.
  *
  * The returned type name may be "generic" if unknown, but it cannot be NULL.
index 29c64911e11c65d144c74a55f48058417f012832..720459a1e2001b8b0c21660616fb86d78e56b46c 100644 (file)
@@ -1292,7 +1292,7 @@ static enum PixelFormat ffmpeg_GetFormat( AVCodecContext *p_context,
     if (!can_hwaccel)
         goto end;
 
-    /* Profile and level information are needed now.
+    /* Profile and level information is needed now.
      * TODO: avoid code duplication with avcodec.c */
     if( p_context->profile != FF_PROFILE_UNKNOWN)
         p_dec->fmt_in.i_profile = p_context->profile;