Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
e6ee58fa
Commit
e6ee58fa
authored
Aug 16, 2012
by
Giorgio Vazzana
Committed by
Michael Niedermayer
Aug 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libswscale: fix #endif comments in rgb2rgb_template.c
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
584acbf5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rgb2rgb_template.c
libswscale/x86/rgb2rgb_template.c
+2
-2
No files found.
libswscale/x86/rgb2rgb_template.c
View file @
e6ee58fa
...
...
@@ -2484,7 +2484,7 @@ static inline void RENAME(rgb2rgb_init)(void)
yvu9_to_yuy2
=
RENAME
(
yvu9_to_yuy2
);
uyvytoyuv422
=
RENAME
(
uyvytoyuv422
);
yuyvtoyuv422
=
RENAME
(
yuyvtoyuv422
);
#endif
/* !COMPILE_TEMPLATE_
SSE2
*/
#endif
/* !COMPILE_TEMPLATE_
AMD3DNOW
*/
#if COMPILE_TEMPLATE_MMXEXT || COMPILE_TEMPLATE_AMD3DNOW
planar2x
=
RENAME
(
planar2x
);
...
...
@@ -2493,7 +2493,7 @@ static inline void RENAME(rgb2rgb_init)(void)
yuyvtoyuv420
=
RENAME
(
yuyvtoyuv420
);
uyvytoyuv420
=
RENAME
(
uyvytoyuv420
);
#endif
/* COMPILE_TEMPLATE_SSE2 */
#endif
/*
!
COMPILE_TEMPLATE_SSE2 */
#if !COMPILE_TEMPLATE_AMD3DNOW
interleaveBytes
=
RENAME
(
interleaveBytes
);
...
...
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