Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
3118ce0c
Commit
3118ce0c
authored
11 years ago
by
Pierre Ynard
Browse files
Options
Downloads
Patches
Plain Diff
Fix grammar in comments
parent
21f7155e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/vlc/libvlc.h
+1
-1
1 addition, 1 deletion
include/vlc/libvlc.h
modules/codec/avcodec/video.c
+1
-1
1 addition, 1 deletion
modules/codec/avcodec/video.c
with
2 additions
and
2 deletions
include/vlc/libvlc.h
+
1
−
1
View file @
3118ce0c
...
...
@@ -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. Th
ese
information
are
mainly meant for <b>manual</b>
* object identifier. Th
is
information
is
mainly meant for <b>manual</b>
* troubleshooting.
*
* The returned type name may be "generic" if unknown, but it cannot be NULL.
...
...
This diff is collapsed.
Click to expand it.
modules/codec/avcodec/video.c
+
1
−
1
View file @
3118ce0c
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment