Browse Source

fate: add smjpegenc test

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.1
Paul B Mahol 12 years ago
parent
commit
17e67c5321
3 changed files with 8 additions and 0 deletions
  1. +1
    -0
      tests/fate/avformat.mak
  2. +4
    -0
      tests/lavf-regression.sh
  3. +3
    -0
      tests/ref/lavf/smjpeg

+ 1
- 0
tests/fate/avformat.mak View File

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


+ 4
- 0
tests/lavf-regression.sh View File

@@ -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
- 0
tests/ref/lavf/smjpeg View 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…
Cancel
Save