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
17e67c53
Commit
17e67c53
authored
Nov 05, 2012
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: add smjpegenc test
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
a8b31301
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
smjpeg
tests/ref/lavf/smjpeg
+3
-0
No files found.
tests/fate/avformat.mak
View file @
17e67c53
...
...
@@ -33,6 +33,7 @@ FATE_LAVF-$(call ENCDEC, PPM, IMAGE2PIPE) += ppmpipe
FATE_LAVF-$(call ENCMUX, RV10 AC3_FIXED, RM) += rm
FATE_LAVF-$(call ENCDEC, PCM_U8, RSO) += rso
FATE_LAVF-$(call ENCDEC, SGI, IMAGE2) += sgi
FATE_LAVF-$(call ENCMUX, MJPEG PCM_S16LE, SMJPEG) += smjpeg
FATE_LAVF-$(call ENCDEC, PCM_S16LE, SOX) += sox
FATE_LAVF-$(call ENCDEC, SUNRAST, IMAGE2) += sunrast
FATE_LAVF-$(call ENCDEC, FLV, SWF) += swf
...
...
tests/lavf-regression.sh
View file @
17e67c53
...
...
@@ -302,6 +302,10 @@ if [ -n "$do_rso" ] ; then
do_audio_only rso
fi
if
[
-n
"
$do_smjpeg
"
]
;
then
do_lavf smjpeg
""
"-f smjpeg"
fi
if
[
-n
"
$do_sox
"
]
;
then
do_audio_only sox
fi
...
...
tests/ref/lavf/smjpeg
0 → 100644
View file @
17e67c53
2f6e613e9e257545e1048d57de92ba92 *./tests/data/lavf/lavf.smjpeg
791463 ./tests/data/lavf/lavf.smjpeg
./tests/data/lavf/lavf.smjpeg CRC=0x557714ff
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