Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
968ea8d9
Commit
968ea8d9
authored
22 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
disabling aic for h263p regression test
Originally committed as revision 1623 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
21e59552
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/ffmpeg.regression.ref
+2
-2
2 additions, 2 deletions
tests/ffmpeg.regression.ref
tests/regression.sh
+1
-1
1 addition, 1 deletion
tests/regression.sh
with
3 additions
and
3 deletions
tests/ffmpeg.regression.ref
+
2
−
2
View file @
968ea8d9
...
...
@@ -9,8 +9,8 @@ e573c2022c1a84ad56c131296de3eed3 *./data/a-msmpeg4.avi
7261e23fd8ad1de6efee022051b936be *./data/out.yuv
8596e23c3f300cd42eb66750ac9d37af *./data/a-h263.avi
545df74e0aa443499600faedd10a7065 *./data/out.yuv
d7b1b397a978e7e66fb48ca784d0b1f7
*./data/a-h263p.avi
76dea7e8f5a4c7e77b80ce1ff4f632b
5 *./data/out.yuv
40998ec1c608b516b041b8c0e2a50990
*./data/a-h263p.avi
668ba3cb87859ca4d9a4269bad47b3f
5 *./data/out.yuv
cbb3e7118b48671c686d046e7c1ae4b0 *./data/a-odivx.avi
98bb113f0fa0d61fd3b0b1699ac6c69a *./data/out.yuv
301a256487aa79ad4b683bda07a99ab9 *./data/a-mpeg4-rc.avi
...
...
This diff is collapsed.
Click to expand it.
tests/regression.sh
+
1
−
1
View file @
968ea8d9
...
...
@@ -134,7 +134,7 @@ fi
if
[
-n
"
$do_h263p
"
]
;
then
# h263p encoding
file
=
${
outfile
}
h263p.avi
do_ffmpeg
$file
-y
-qscale
10
-f
pgmyuv
-i
$raw_src
-s
352x288
-an
-vcodec
h263p
-ps
1000
$file
do_ffmpeg
$file
-y
-qscale
10
-umv
-f
pgmyuv
-i
$raw_src
-s
352x288
-an
-vcodec
h263p
-ps
1000
$file
# h263p decoding
do_ffmpeg
$raw_dst
-y
-i
$file
-f
rawvideo
$raw_dst
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment