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
685598f5
Commit
685598f5
authored
Apr 04, 2010
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reindent.
Originally committed as revision 22798 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ac61f59a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ffmpeg.c
ffmpeg.c
+5
-5
No files found.
ffmpeg.c
View file @
685598f5
...
@@ -1727,10 +1727,10 @@ static int copy_chapters(int infile, int outfile)
...
@@ -1727,10 +1727,10 @@ static int copy_chapters(int infile, int outfile)
* The following code is the main loop of the file converter
* The following code is the main loop of the file converter
*/
*/
static
int
av_transcode
(
AVFormatContext
**
output_files
,
static
int
av_transcode
(
AVFormatContext
**
output_files
,
int
nb_output_files
,
int
nb_output_files
,
AVFormatContext
**
input_files
,
AVFormatContext
**
input_files
,
int
nb_input_files
,
int
nb_input_files
,
AVStreamMap
*
stream_maps
,
int
nb_stream_maps
)
AVStreamMap
*
stream_maps
,
int
nb_stream_maps
)
{
{
int
ret
=
0
,
i
,
j
,
k
,
n
,
nb_istreams
=
0
,
nb_ostreams
=
0
;
int
ret
=
0
,
i
,
j
,
k
,
n
,
nb_istreams
=
0
,
nb_ostreams
=
0
;
AVFormatContext
*
is
,
*
os
;
AVFormatContext
*
is
,
*
os
;
...
@@ -4116,7 +4116,7 @@ int main(int argc, char **argv)
...
@@ -4116,7 +4116,7 @@ int main(int argc, char **argv)
ti
=
getutime
();
ti
=
getutime
();
if
(
av_transcode
(
output_files
,
nb_output_files
,
input_files
,
nb_input_files
,
if
(
av_transcode
(
output_files
,
nb_output_files
,
input_files
,
nb_input_files
,
stream_maps
,
nb_stream_maps
)
<
0
)
stream_maps
,
nb_stream_maps
)
<
0
)
av_exit
(
1
);
av_exit
(
1
);
ti
=
getutime
()
-
ti
;
ti
=
getutime
()
-
ti
;
if
(
do_benchmark
)
{
if
(
do_benchmark
)
{
...
...
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