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
d817b57d
Commit
d817b57d
authored
Apr 29, 2020
by
Josh de Kock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: fix const specifier for AVInputFormat
Signed-off-by:
Josh de Kock
<
josh@itanimul.li
>
parent
8f51a89d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
probetest.c
tools/probetest.c
+1
-1
No files found.
tools/probetest.c
View file @
d817b57d
...
@@ -66,7 +66,7 @@ static void probe(AVProbeData *pd, int type, int p, int size)
...
@@ -66,7 +66,7 @@ static void probe(AVProbeData *pd, int type, int p, int size)
static
void
print_times
(
void
)
static
void
print_times
(
void
)
{
{
int
i
=
0
;
int
i
=
0
;
AVInputFormat
*
fmt
=
NULL
;
const
AVInputFormat
*
fmt
=
NULL
;
void
*
fmt_opaque
=
NULL
;
void
*
fmt_opaque
=
NULL
;
while
((
fmt
=
av_demuxer_iterate
(
&
fmt_opaque
)))
{
while
((
fmt
=
av_demuxer_iterate
(
&
fmt_opaque
)))
{
...
...
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