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
e9e6be46
Commit
e9e6be46
authored
Sep 04, 2015
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc_fourcc: grammar
parent
d6e400f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
include/vlc_fourcc.h
include/vlc_fourcc.h
+7
-7
No files found.
include/vlc_fourcc.h
View file @
e9e6be46
...
...
@@ -561,7 +561,7 @@
#define VLC_CODEC_MP3 VLC_FOURCC('m','p','3',' ')
/**
* It returns the codec associated to a fourcc within a ES category.
* It returns the codec associated to a fourcc within a
n
ES category.
*
* If not found, it will return the given fourcc.
* If found, it will always be one of the VLC_CODEC_ defined above.
...
...
@@ -571,10 +571,10 @@
VLC_API
vlc_fourcc_t
vlc_fourcc_GetCodec
(
int
i_cat
,
vlc_fourcc_t
i_fourcc
);
/**
* It returns the codec associated to a fourcc store in a zero terminated
* It returns the codec associated to a fourcc store
d
in a zero terminated
* string.
*
* If the string is NULL or does not have exactly 4 chara
tere
s, it will
* If the string is NULL or does not have exactly 4 chara
cter
s, it will
* return 0, otherwise it behaves like vlc_fourcc_GetCodec.
*
* Provided for convenience.
...
...
@@ -582,11 +582,11 @@ VLC_API vlc_fourcc_t vlc_fourcc_GetCodec( int i_cat, vlc_fourcc_t i_fourcc );
VLC_API
vlc_fourcc_t
vlc_fourcc_GetCodecFromString
(
int
i_cat
,
const
char
*
);
/**
* It convert
the gives
fourcc to an audio codec when possible.
* It convert
s the given
fourcc to an audio codec when possible.
*
* The fourcc converted are aflt, araw/pcm , twos, sowt. When an incompatible i_bits
* The fourcc
s
converted are aflt, araw/pcm , twos, sowt. When an incompatible i_bits
* is detected, 0 is returned.
* The other fourcc
goes
through vlc_fourcc_GetCodec and i_bits is not checked.
* The other fourcc
s go
through vlc_fourcc_GetCodec and i_bits is not checked.
*/
VLC_API
vlc_fourcc_t
vlc_fourcc_GetCodecAudio
(
vlc_fourcc_t
i_fourcc
,
int
i_bits
);
...
...
@@ -644,7 +644,7 @@ typedef struct {
}
vlc_chroma_description_t
;
/**
* It returns a vlc_chroma_description_t describing the request fourcc or NULL
* It returns a vlc_chroma_description_t describing the request
ed
fourcc or NULL
* if not found.
*/
VLC_API
const
vlc_chroma_description_t
*
vlc_fourcc_GetChromaDescription
(
vlc_fourcc_t
fourcc
)
VLC_USED
;
...
...
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