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
aeb23fc4
Commit
aeb23fc4
authored
Oct 14, 2014
by
Luca Barbato
Committed by
Vittorio Giovara
Oct 17, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avprobe: Remove a pointless check
The element is always valid. CC: libav-stable@libav.org Bug-Id: CID 732276
parent
e58a140c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
avprobe.c
avprobe.c
+1
-1
No files found.
avprobe.c
View file @
aeb23fc4
...
@@ -181,7 +181,7 @@ static void ini_print_object_header(const char *name)
...
@@ -181,7 +181,7 @@ static void ini_print_object_header(const char *name)
}
}
avio_printf
(
probe_out
,
"%s"
,
name
);
avio_printf
(
probe_out
,
"%s"
,
name
);
if
(
el
&&
el
->
type
==
ARRAY
)
if
(
el
->
type
==
ARRAY
)
avio_printf
(
probe_out
,
".%"
PRId64
""
,
el
->
nb_elems
);
avio_printf
(
probe_out
,
".%"
PRId64
""
,
el
->
nb_elems
);
avio_printf
(
probe_out
,
"]
\n
"
);
avio_printf
(
probe_out
,
"]
\n
"
);
}
}
...
...
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