Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
1a7a17fb
Commit
1a7a17fb
authored
Sep 19, 2018
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec/v4l2_buffers.h: fix cant typos
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
64144158
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
v4l2_buffers.h
libavcodec/v4l2_buffers.h
+2
-2
No files found.
libavcodec/v4l2_buffers.h
View file @
1a7a17fb
...
@@ -72,7 +72,7 @@ typedef struct V4L2Buffer {
...
@@ -72,7 +72,7 @@ typedef struct V4L2Buffer {
* @param[in] buf The V4L2Buffer to get the information from
* @param[in] buf The V4L2Buffer to get the information from
*
*
* @returns 0 in case of success, AVERROR(EINVAL) if the number of planes is incorrect,
* @returns 0 in case of success, AVERROR(EINVAL) if the number of planes is incorrect,
* AVERROR(ENOMEM) if the AVBufferRef cant be created.
* AVERROR(ENOMEM) if the AVBufferRef can
'
t be created.
*/
*/
int
ff_v4l2_buffer_buf_to_avframe
(
AVFrame
*
frame
,
V4L2Buffer
*
buf
);
int
ff_v4l2_buffer_buf_to_avframe
(
AVFrame
*
frame
,
V4L2Buffer
*
buf
);
...
@@ -83,7 +83,7 @@ int ff_v4l2_buffer_buf_to_avframe(AVFrame *frame, V4L2Buffer *buf);
...
@@ -83,7 +83,7 @@ int ff_v4l2_buffer_buf_to_avframe(AVFrame *frame, V4L2Buffer *buf);
* @param[in] buf The V4L2Buffer to get the information from
* @param[in] buf The V4L2Buffer to get the information from
*
*
* @returns 0 in case of success, AVERROR(EINVAL) if the number of planes is incorrect,
* @returns 0 in case of success, AVERROR(EINVAL) if the number of planes is incorrect,
* AVERROR(ENOMEM) if the AVBufferRef cant be created.
* AVERROR(ENOMEM) if the AVBufferRef can
'
t be created.
*
*
*/
*/
int
ff_v4l2_buffer_buf_to_avpkt
(
AVPacket
*
pkt
,
V4L2Buffer
*
buf
);
int
ff_v4l2_buffer_buf_to_avpkt
(
AVPacket
*
pkt
,
V4L2Buffer
*
buf
);
...
...
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