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
00d9d0f5
Commit
00d9d0f5
authored
Dec 11, 2008
by
Baptiste Coudurier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics
Originally committed as revision 16050 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
049a6c8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
dnxhdenc.c
libavcodec/dnxhdenc.c
+4
-8
No files found.
libavcodec/dnxhdenc.c
View file @
00d9d0f5
...
...
@@ -389,14 +389,10 @@ static av_always_inline void dnxhd_get_pixels_4x8(DCTELEM *restrict block, const
{
int
i
;
for
(
i
=
0
;
i
<
4
;
i
++
)
{
block
[
0
]
=
pixels
[
0
];
block
[
1
]
=
pixels
[
1
];
block
[
2
]
=
pixels
[
2
];
block
[
3
]
=
pixels
[
3
];
block
[
4
]
=
pixels
[
4
];
block
[
5
]
=
pixels
[
5
];
block
[
6
]
=
pixels
[
6
];
block
[
7
]
=
pixels
[
7
];
block
[
0
]
=
pixels
[
0
];
block
[
1
]
=
pixels
[
1
];
block
[
2
]
=
pixels
[
2
];
block
[
3
]
=
pixels
[
3
];
block
[
4
]
=
pixels
[
4
];
block
[
5
]
=
pixels
[
5
];
block
[
6
]
=
pixels
[
6
];
block
[
7
]
=
pixels
[
7
];
pixels
+=
line_size
;
block
+=
8
;
}
...
...
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