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
33d54af4
Commit
33d54af4
authored
Nov 03, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: add filmstrip test
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
0ecef3a0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
avformat.mak
tests/fate/avformat.mak
+1
-0
lavf-regression.sh
tests/lavf-regression.sh
+4
-0
flm
tests/ref/lavf/flm
+3
-0
No files found.
tests/fate/avformat.mak
View file @
33d54af4
...
...
@@ -8,6 +8,7 @@ FATE_LAVF-$(call ENCDEC, PCM_S16BE, CAF) += caf
FATE_LAVF-$(call ENCDEC, DPX, IMAGE2) += dpx
FATE_LAVF-$(call ENCDEC2, DVVIDEO, PCM_S16LE, AVI) += dv_fmt
FATE_LAVF-$(call ENCDEC2, MPEG1VIDEO, MP2, FFM) += ffm
FATE_LAVF-$(call ENCDEC, RAWVIDEO, FILMSTRIP) += flm
FATE_LAVF-$(call ENCDEC, FLV, FLV) += flv_fmt
FATE_LAVF-$(call ENCDEC, GIF, IMAGE2) += gif
FATE_LAVF-$(call ENCDEC2, MPEG2VIDEO, PCM_S16LE, GXF) += gxf
...
...
tests/lavf-regression.sh
View file @
33d54af4
...
...
@@ -102,6 +102,10 @@ if [ -n "$do_ffm" ] ; then
do_lavf ffm
"-ab 64k"
fi
if
[
-n
"
$do_flm
"
]
;
then
do_lavf flm
""
"-pix_fmt rgba"
fi
if
[
-n
"
$do_flv_fmt
"
]
;
then
do_lavf flv
""
"-an"
fi
...
...
tests/ref/lavf/flm
0 → 100644
View file @
33d54af4
ef4783171ebbc38855331c9ead978322 *./tests/data/lavf/lavf.flm
10137636 ./tests/data/lavf/lavf.flm
./tests/data/lavf/lavf.flm CRC=0xcdf15757
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