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
f9f79cb0
Commit
f9f79cb0
authored
Oct 28, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: make sure the global sws flags are set to be bitexact for scalenorm
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
14f69a05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lavfi-regression.sh
tests/lavfi-regression.sh
+1
-1
scalenorm
tests/ref/lavfi/scalenorm
+1
-1
No files found.
tests/lavfi-regression.sh
View file @
f9f79cb0
...
@@ -132,7 +132,7 @@ do_lavfi_lavd() {
...
@@ -132,7 +132,7 @@ do_lavfi_lavd() {
do_lavfi_lavd
"life"
"life=s=40x40:r=5:seed=42:mold=64"
-t
2
do_lavfi_lavd
"life"
"life=s=40x40:r=5:seed=42:mold=64"
-t
2
do_lavfi_lavd
"testsrc"
"testsrc=r=7:n=2:d=10"
do_lavfi_lavd
"testsrc"
"testsrc=r=7:n=2:d=10"
do_lavfi_lavd
"scalenorm"
"testsrc=s=128x96:d=1:r=5,format=yuv420p[a];testsrc=s=160x120:d=1:r=5[b];[a][b]concat=unsafe=1,scale=::sws_flags=+accurate_rnd+bitexact"
do_lavfi_lavd
"scalenorm"
"
sws_flags=+accurate_rnd+bitexact;
testsrc=s=128x96:d=1:r=5,format=yuv420p[a];testsrc=s=160x120:d=1:r=5[b];[a][b]concat=unsafe=1,scale=::sws_flags=+accurate_rnd+bitexact"
# TODO: add tests for
# TODO: add tests for
# direct rendering,
# direct rendering,
...
...
tests/ref/lavfi/scalenorm
View file @
f9f79cb0
scalenorm
a6222528806dee9c438ce9a5f66220e4
scalenorm
cad5d7b40b213deecc1d156cf45fc70d
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