Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
3118ce0c
Commit
3118ce0c
authored
Sep 11, 2013
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grammar in comments
parent
21f7155e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/vlc/libvlc.h
include/vlc/libvlc.h
+1
-1
modules/codec/avcodec/video.c
modules/codec/avcodec/video.c
+1
-1
No files found.
include/vlc/libvlc.h
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.
...
...
modules/codec/avcodec/video.c
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment