Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
68c3e602
Commit
68c3e602
authored
Apr 28, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix convertion typos
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
81206683
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
v4l2.c
libavdevice/v4l2.c
+1
-1
swresample.h
libswresample/swresample.h
+1
-1
No files found.
libavdevice/v4l2.c
View file @
68c3e602
...
@@ -1014,7 +1014,7 @@ static const AVOption options[] = {
...
@@ -1014,7 +1014,7 @@ static const AVOption options[] = {
{
"default"
,
"use timestamps from the kernel"
,
OFFSET
(
ts_mode
),
AV_OPT_TYPE_CONST
,
{.
i64
=
V4L_TS_DEFAULT
},
0
,
2
,
DEC
,
"timestamps"
},
{
"default"
,
"use timestamps from the kernel"
,
OFFSET
(
ts_mode
),
AV_OPT_TYPE_CONST
,
{.
i64
=
V4L_TS_DEFAULT
},
0
,
2
,
DEC
,
"timestamps"
},
{
"abs"
,
"use absolute timestamps (wall clock)"
,
OFFSET
(
ts_mode
),
AV_OPT_TYPE_CONST
,
{.
i64
=
V4L_TS_ABS
},
0
,
2
,
DEC
,
"timestamps"
},
{
"abs"
,
"use absolute timestamps (wall clock)"
,
OFFSET
(
ts_mode
),
AV_OPT_TYPE_CONST
,
{.
i64
=
V4L_TS_ABS
},
0
,
2
,
DEC
,
"timestamps"
},
{
"mono2abs"
,
"force conversion from monotonic to absolute timestamps"
,
OFFSET
(
ts_mode
),
AV_OPT_TYPE_CONST
,
{.
i64
=
V4L_TS_MONO2ABS
},
0
,
2
,
DEC
,
"timestamps"
},
{
"mono2abs"
,
"force conversion from monotonic to absolute timestamps"
,
OFFSET
(
ts_mode
),
AV_OPT_TYPE_CONST
,
{.
i64
=
V4L_TS_MONO2ABS
},
0
,
2
,
DEC
,
"timestamps"
},
{
"use_libv4l2"
,
"use libv4l2 (v4l-utils) conver
t
ion functions"
,
OFFSET
(
use_libv4l2
),
AV_OPT_TYPE_INT
,
{.
i64
=
0
},
0
,
1
,
DEC
},
{
"use_libv4l2"
,
"use libv4l2 (v4l-utils) conver
s
ion functions"
,
OFFSET
(
use_libv4l2
),
AV_OPT_TYPE_INT
,
{.
i64
=
0
},
0
,
1
,
DEC
},
{
NULL
},
{
NULL
},
};
};
...
...
libswresample/swresample.h
View file @
68c3e602
...
@@ -210,7 +210,7 @@ void swr_free(struct SwrContext **s);
...
@@ -210,7 +210,7 @@ void swr_free(struct SwrContext **s);
*
*
* If more input is provided than output space then the input will be buffered.
* If more input is provided than output space then the input will be buffered.
* You can avoid this buffering by providing more output space than input.
* You can avoid this buffering by providing more output space than input.
* Conver
t
ion will run directly without copying whenever possible.
* Conver
s
ion will run directly without copying whenever possible.
*
*
* @param s allocated Swr context, with parameters set
* @param s allocated Swr context, with parameters set
* @param out output buffers, only the first one need be set in case of packed audio
* @param out output buffers, only the first one need be set in case of packed audio
...
...
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