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
df5ff103
Commit
df5ff103
authored
May 05, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swr: fix internal asm labels
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
b6f4f0d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
audio_convert.asm
libswresample/x86/audio_convert.asm
+4
-4
No files found.
libswresample/x86/audio_convert.asm
View file @
df5ff103
...
...
@@ -100,13 +100,13 @@ cglobal pack_2ch_%2_to_%1_%3, 3, 4, 6, dst, src, len, src2
mov
dstq
,
[dstq]
%ifidn
%3
,
a
test
dstq
,
mmsize
-
1
jne
pack_2ch_
%
1
_to_
%2
_u_int
%
+
SUFFIX
jne
pack_2ch_
%
2
_to_
%1
_u_int
%
+
SUFFIX
test
srcq
,
mmsize
-
1
jne
pack_2ch_
%
1
_to_
%2
_u_int
%
+
SUFFIX
jne
pack_2ch_
%
2
_to_
%1
_u_int
%
+
SUFFIX
test
src2q
,
mmsize
-
1
jne
pack_2ch_
%
1
_to_
%2
_u_int
%
+
SUFFIX
jne
pack_2ch_
%
2
_to_
%1
_u_int
%
+
SUFFIX
%else
pack_2ch_
%
1
_to_
%2
_u_int
%
+
SUFFIX
pack_2ch_
%
2
_to_
%1
_u_int
%
+
SUFFIX
%endif
lea
srcq
,
[
srcq
+
(
1
<<
%5
)
*
lenq
]
lea
src2q
,
[
src2q
+
(
1
<<
%5
)
*
lenq
]
...
...
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