[vlc-commits] Fix grammar in comments
Pierre Ynard
git at videolan.org
Wed Sep 11 21:59:04 CEST 2013
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Sep 11 21:57:58 2013 +0200| [3118ce0cd3870d609401d7f19c3f9619ec843ded] | committer: Pierre Ynard
Fix grammar in comments
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3118ce0cd3870d609401d7f19c3f9619ec843ded
---
include/vlc/libvlc.h | 2 +-
modules/codec/avcodec/video.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index 5cf0ad2..0bc0b40 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -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.
diff --git a/modules/codec/avcodec/video.c b/modules/codec/avcodec/video.c
index 29c6491..720459a 100644
--- a/modules/codec/avcodec/video.c
+++ b/modules/codec/avcodec/video.c
@@ -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;
More information about the vlc-commits
mailing list