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
096971e8
Commit
096971e8
authored
Jul 20, 2010
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp8: indent
Originally committed as revision 24368 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
070ce7ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vp8.c
libavcodec/vp8.c
+4
-4
No files found.
libavcodec/vp8.c
View file @
096971e8
...
...
@@ -882,10 +882,10 @@ void xchg_mb_border(uint8_t *top_border, uint8_t *src_y, uint8_t *src_cb, uint8_
src_cb
-=
uvlinesize
;
src_cr
-=
uvlinesize
;
#define XCHG(a,b,xchg) do {\
if (xchg) AV_SWAP64(b,a);
\
else AV_COPY64(b,a);
\
} while (0)
#define XCHG(a,b,xchg) do {
\
if (xchg) AV_SWAP64(b,a);
\
else AV_COPY64(b,a);
\
} while (0)
XCHG
(
top_border_m1
+
8
,
src_y
-
8
,
xchg
);
XCHG
(
top_border
,
src_y
,
xchg
);
...
...
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