fate: add smjpegenc test

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/6/merge
Paul B Mahol 12 years ago
parent a8b3130181
commit 17e67c5321
  1. 1
      tests/fate/avformat.mak
  2. 4
      tests/lavf-regression.sh
  3. 3
      tests/ref/lavf/smjpeg

@ -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

@ -0,0 +1,3 @@
2f6e613e9e257545e1048d57de92ba92 *./tests/data/lavf/lavf.smjpeg
791463 ./tests/data/lavf/lavf.smjpeg
./tests/data/lavf/lavf.smjpeg CRC=0x557714ff
Loading…
Cancel
Save