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
5e2436c6
Commit
5e2436c6
authored
Aug 22, 2019
by
Aman Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/v4l2_buffers: fix minor typos and whitespace
Signed-off-by:
Aman Gupta
<
aman@tmm1.net
>
parent
87daee94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
v4l2_buffers.c
libavcodec/v4l2_buffers.c
+2
-2
v4l2_buffers.h
libavcodec/v4l2_buffers.h
+1
-1
No files found.
libavcodec/v4l2_buffers.c
View file @
5e2436c6
...
...
@@ -282,11 +282,11 @@ static int v4l2_bufref_to_buf(V4L2Buffer *out, int plane, const uint8_t* data, i
/******************************************************************************
*
* V4L2uffer interface
* V4L2
B
uffer interface
*
******************************************************************************/
int
ff_v4l2_buffer_avframe_to_buf
(
const
AVFrame
*
frame
,
V4L2Buffer
*
out
)
int
ff_v4l2_buffer_avframe_to_buf
(
const
AVFrame
*
frame
,
V4L2Buffer
*
out
)
{
int
i
,
ret
;
...
...
libavcodec/v4l2_buffers.h
View file @
5e2436c6
...
...
@@ -106,7 +106,7 @@ int ff_v4l2_buffer_avpkt_to_buf(const AVPacket *pkt, V4L2Buffer *out);
*
* @returns 0 in case of success, a negative AVERROR code otherwise
*/
int
ff_v4l2_buffer_avframe_to_buf
(
const
AVFrame
*
frame
,
V4L2Buffer
*
out
);
int
ff_v4l2_buffer_avframe_to_buf
(
const
AVFrame
*
frame
,
V4L2Buffer
*
out
);
/**
* Initializes a V4L2Buffer
...
...
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