mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 05:24:42 +00:00
fate: add smjpegenc test
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
a8b3130181
commit
17e67c5321
@ -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
|
||||
|
@ -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
|
||||
|
3
tests/ref/lavf/smjpeg
Normal file
3
tests/ref/lavf/smjpeg
Normal file
@ -0,0 +1,3 @@
|
||||
2f6e613e9e257545e1048d57de92ba92 *./tests/data/lavf/lavf.smjpeg
|
||||
791463 ./tests/data/lavf/lavf.smjpeg
|
||||
./tests/data/lavf/lavf.smjpeg CRC=0x557714ff
|
Loading…
Reference in New Issue
Block a user