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
f6659e5c
Commit
f6659e5c
authored
Jan 06, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/kerndeint: fix temp buffer linesize.
Also re-enable the FATE test.
parent
1ae9d282
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
vf_kerndeint.c
libavfilter/vf_kerndeint.c
+1
-1
avfilter.mak
tests/fate/avfilter.mak
+1
-0
kerndeint
tests/ref/lavfi/kerndeint
+1
-1
No files found.
libavfilter/vf_kerndeint.c
View file @
f6659e5c
...
...
@@ -163,7 +163,7 @@ static int filter_frame(AVFilterLink *inlink, AVFilterBufferRef *inpic)
srcp
=
srcp_saved
=
inpic
->
data
[
plane
];
src_linesize
=
inpic
->
linesize
[
plane
];
psrc_linesize
=
outpic
->
linesize
[
plane
];
psrc_linesize
=
kerndeint
->
tmp_bwidth
[
plane
];
dstp
=
dstp_saved
=
outpic
->
data
[
plane
];
dst_linesize
=
outpic
->
linesize
[
plane
];
srcp
=
srcp_saved
+
(
1
-
order
)
*
src_linesize
;
...
...
tests/fate/avfilter.mak
View file @
f6659e5c
...
...
@@ -41,6 +41,7 @@ FATE_LAVFI = fate-lavfi-alphaextract_rgb \
FATE_LAVFI-$(CONFIG_GPL) += fate-lavfi-colormatrix1 \
fate-lavfi-colormatrix2 \
fate-lavfi-hue \
fate-lavfi-kerndeint \
fate-lavfi-pixfmts_super2xsai \
fate-lavfi-tinterlace_merge \
fate-lavfi-tinterlace_pad \
...
...
tests/ref/lavfi/kerndeint
View file @
f6659e5c
...
...
@@ -6,5 +6,5 @@ bgr0 364b8bcd1c7a384902077bc7190c5ea3
bgra 81ac8315a4c66e363bc6fa3e99d9cd2b
rgb0 ae0c2afbc266345c1372276755595105
rgba 42a6cc9b815ca0ee69c29db3616ce25e
yuv420p
a935cce07c5287b92c6d5220361866ed
yuv420p
40ca042814882b0b791cbec38e289702
yuyv422 f549c98059ba9ce50e28204256d13b5d
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