Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
ef88dfda
Commit
ef88dfda
authored
Jan 01, 2012
by
Cheng Sun
Committed by
Jean-Baptiste Kempf
Jan 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fixes to spelling in documentation
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
c7fd7926
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/vlc_es.h
include/vlc_es.h
+3
-3
No files found.
include/vlc_es.h
View file @
ef88dfda
...
...
@@ -167,8 +167,8 @@ static inline void video_format_Clean( video_format_t *p_src )
}
/**
* It will fill up a video_format_t
video_format_t
using the given arguments.
*
Becarefull
that the video_format_t must already be initialized.
* It will fill up a video_format_t using the given arguments.
*
Note
that the video_format_t must already be initialized.
*/
VLC_API
void
video_format_Setup
(
video_format_t
*
,
vlc_fourcc_t
i_chroma
,
int
i_width
,
int
i_height
,
int
i_sar_num
,
int
i_sar_den
);
...
...
@@ -310,7 +310,7 @@ VLC_API void es_format_InitFromVideo( es_format_t *, const video_format_t * );
VLC_API
int
es_format_Copy
(
es_format_t
*
p_dst
,
const
es_format_t
*
p_src
);
/**
* This function will clean up a es_format_t and rel
asing
all associated
* This function will clean up a es_format_t and rel
ease
all associated
* resources.
* You can call it multiple times on the same structure.
*/
...
...
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