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
ec1b95dd
Commit
ec1b95dd
authored
Dec 18, 2015
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/vf_stereo3d: fix interleave rows output
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
a2a217b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vf_stereo3d.c
libavfilter/vf_stereo3d.c
+0
-2
No files found.
libavfilter/vf_stereo3d.c
View file @
ec1b95dd
...
...
@@ -496,14 +496,12 @@ static int config_output(AVFilterLink *outlink)
s
->
out
.
row_step
=
2
;
s
->
out
.
height
=
s
->
height
*
2
;
s
->
out
.
off_rstep
=
1
;
s
->
in
.
off_rstep
=
s
->
in
.
format
!=
INTERLEAVE_ROWS_RL
;
break
;
case
INTERLEAVE_ROWS_RL
:
s
->
in
.
row_step
=
1
+
(
s
->
in
.
format
==
INTERLEAVE_ROWS_LR
);
s
->
out
.
row_step
=
2
;
s
->
out
.
height
=
s
->
height
*
2
;
s
->
out
.
off_lstep
=
1
;
s
->
in
.
off_lstep
=
s
->
in
.
format
!=
INTERLEAVE_ROWS_LR
;
break
;
case
MONO_R
:
s
->
in
.
off_left
=
s
->
in
.
off_right
;
...
...
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