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
f539eb52
Commit
f539eb52
authored
Oct 15, 2003
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
align
Originally committed as revision 2389 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
bcc7125e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dv.c
libavcodec/dv.c
+2
-1
No files found.
libavcodec/dv.c
View file @
f539eb52
...
...
@@ -485,7 +485,8 @@ static inline void dv_decode_video_segment(DVVideoDecodeContext *s,
}
}
else
{
if
(
s
->
sys
->
pix_fmt
==
PIX_FMT_YUV411P
&&
mb_x
>=
(
704
/
8
))
{
uint8_t
pixels
[
64
],
*
c_ptr
,
*
c_ptr1
,
*
ptr
;
uint64_t
aligned_pixels
[
64
/
8
],
*
c_ptr
,
*
c_ptr1
,
*
ptr
;
uint8_t
*
pixels
=
(
uint8_t
*
)
aligned_pixels
;
int
y
,
linesize
;
/* NOTE: at end of line, the macroblock is handled as 420 */
idct_put
(
pixels
,
8
,
block
);
...
...
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