Commit 3118ce0c authored by Pierre Ynard's avatar Pierre Ynard

Fix grammar in comments

parent 21f7155e
...@@ -374,7 +374,7 @@ LIBVLC_API void libvlc_log_get_context(const libvlc_log_t *ctx, ...@@ -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 * 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 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. * troubleshooting.
* *
* The returned type name may be "generic" if unknown, but it cannot be NULL. * The returned type name may be "generic" if unknown, but it cannot be NULL.
......
...@@ -1292,7 +1292,7 @@ static enum PixelFormat ffmpeg_GetFormat( AVCodecContext *p_context, ...@@ -1292,7 +1292,7 @@ static enum PixelFormat ffmpeg_GetFormat( AVCodecContext *p_context,
if (!can_hwaccel) if (!can_hwaccel)
goto end; goto end;
/* Profile and level information are needed now. /* Profile and level information is needed now.
* TODO: avoid code duplication with avcodec.c */ * TODO: avoid code duplication with avcodec.c */
if( p_context->profile != FF_PROFILE_UNKNOWN) if( p_context->profile != FF_PROFILE_UNKNOWN)
p_dec->fmt_in.i_profile = p_context->profile; p_dec->fmt_in.i_profile = p_context->profile;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment