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
f53583ea
Commit
f53583ea
authored
Oct 29, 2015
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
omadec: Fix position of opening parenthesis
parent
b4a82e74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
omadec.c
libavformat/omadec.c
+2
-2
No files found.
libavformat/omadec.c
View file @
f53583ea
...
...
@@ -197,8 +197,8 @@ static int nprobe(AVFormatContext *s, uint8_t *enc_header, unsigned size,
av_des_init
(
av_des
,
n_val
,
192
,
1
);
while
(
datalen
--
>
0
)
{
av_des_crypt
(
av_des
,
oc
->
r_val
,
&
enc_header
[
pos
],
2
,
NULL
,
1
);
kset
(
s
,
oc
->
r_val
,
NULL
,
16
);
{
if
(
!
rprobe
(
s
,
enc_header
,
size
,
oc
->
r_val
))
kset
(
s
,
oc
->
r_val
,
NULL
,
16
);
if
(
!
rprobe
(
s
,
enc_header
,
size
,
oc
->
r_val
))
{
av_free
(
av_des
);
return
0
;
}
...
...
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