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
43b50e62
Commit
43b50e62
authored
May 29, 2012
by
Luca Barbato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avprobe: correctly set the default formatter
parent
b75726cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
avprobe.c
avprobe.c
+10
-9
No files found.
avprobe.c
View file @
43b50e62
...
...
@@ -933,6 +933,16 @@ int main(int argc, char **argv)
#endif
show_banner
();
octx
.
print_header
=
ini_print_header
;
octx
.
print_footer
=
ini_print_footer
;
octx
.
print_array_header
=
ini_print_array_header
;
octx
.
print_object_header
=
ini_print_object_header
;
octx
.
print_integer
=
ini_print_integer
;
octx
.
print_string
=
ini_print_string
;
parse_options
(
NULL
,
argc
,
argv
,
options
,
opt_input_file
);
if
(
!
input_filename
)
{
...
...
@@ -949,15 +959,6 @@ int main(int argc, char **argv)
if
(
!
probe_out
)
exit
(
1
);
octx
.
print_header
=
ini_print_header
;
octx
.
print_footer
=
ini_print_footer
;
octx
.
print_array_header
=
ini_print_array_header
;
octx
.
print_object_header
=
ini_print_object_header
;
octx
.
print_integer
=
ini_print_integer
;
octx
.
print_string
=
ini_print_string
;
probe_header
();
ret
=
probe_file
(
input_filename
);
probe_footer
();
...
...
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