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
7d95741f
Commit
7d95741f
authored
Jan 18, 2009
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Alpha: indentation
Originally committed as revision 16667 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
74c47463
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dsputil_alpha.c
libavcodec/alpha/dsputil_alpha.c
+3
-3
No files found.
libavcodec/alpha/dsputil_alpha.c
View file @
7d95741f
...
...
@@ -359,8 +359,8 @@ void dsputil_init_alpha(DSPContext* c, AVCodecContext *avctx)
if
(
!
avctx
->
lowres
&&
(
avctx
->
idct_algo
==
FF_IDCT_AUTO
||
avctx
->
idct_algo
==
FF_IDCT_SIMPLEALPHA
))
{
c
->
idct_put
=
simple_idct_put_axp
;
c
->
idct_add
=
simple_idct_add_axp
;
c
->
idct
=
simple_idct_axp
;
c
->
idct_put
=
simple_idct_put_axp
;
c
->
idct_add
=
simple_idct_add_axp
;
c
->
idct
=
simple_idct_axp
;
}
}
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