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
47f93b61
Commit
47f93b61
authored
Sep 16, 2007
by
Ramiro Polla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split av_exit() out of main()
Originally committed as revision 10509 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4ca5ece5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
ffmpeg.c
ffmpeg.c
+9
-0
No files found.
ffmpeg.c
View file @
47f93b61
...
...
@@ -3789,6 +3789,8 @@ static void show_help(void)
av_opt_show
(
sws_opts
,
NULL
);
}
static
int
av_exit
();
int
main
(
int
argc
,
char
**
argv
)
{
int
i
;
...
...
@@ -3830,6 +3832,13 @@ int main(int argc, char **argv)
printf
(
"bench: utime=%0.3fs
\n
"
,
ti
/
1000000
.
0
);
}
return
av_exit
();
}
static
int
av_exit
()
{
int
i
;
/* close files */
for
(
i
=
0
;
i
<
nb_output_files
;
i
++
)
{
/* maybe av_close_output_file ??? */
...
...
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