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
7c35b551
Commit
7c35b551
authored
Nov 27, 2007
by
Aurelien Jacobs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: indentation
Originally committed as revision 11104 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
51ac8822
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dsputil_mmx.c
libavcodec/i386/dsputil_mmx.c
+2
-2
No files found.
libavcodec/i386/dsputil_mmx.c
View file @
7c35b551
...
...
@@ -3636,10 +3636,10 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
c
->
biweight_h264_pixels_tab
[
7
]
=
ff_h264_biweight_4x2_mmx2
;
if
(
ENABLE_CAVS_DECODER
)
ff_cavsdsp_init_mmx2
(
c
,
avctx
);
ff_cavsdsp_init_mmx2
(
c
,
avctx
);
if
(
ENABLE_VC1_DECODER
||
ENABLE_WMV3_DECODER
)
ff_vc1dsp_init_mmx
(
c
,
avctx
);
ff_vc1dsp_init_mmx
(
c
,
avctx
);
#ifdef CONFIG_ENCODERS
c
->
sub_hfyu_median_prediction
=
sub_hfyu_median_prediction_mmx2
;
...
...
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