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
1b99971d
Commit
1b99971d
authored
Mar 10, 2012
by
Baptiste Coudurier
Committed by
Michael Niedermayer
Mar 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vf_frei0r: set outlinks sample aspect ratio to 1
parent
8fbf825e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vf_frei0r.c
libavfilter/vf_frei0r.c
+1
-0
No files found.
libavfilter/vf_frei0r.c
View file @
1b99971d
...
...
@@ -418,6 +418,7 @@ static int source_config_props(AVFilterLink *outlink)
outlink
->
w
=
frei0r
->
w
;
outlink
->
h
=
frei0r
->
h
;
outlink
->
time_base
=
frei0r
->
time_base
;
outlink
->
sample_aspect_ratio
=
(
AVRational
){
1
,
1
};
if
(
!
(
frei0r
->
instance
=
frei0r
->
construct
(
outlink
->
w
,
outlink
->
h
)))
{
av_log
(
ctx
,
AV_LOG_ERROR
,
"Impossible to load frei0r instance"
);
...
...
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