mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-08 13:17:53 +00:00
fate: add WavPack muxer test
Tested-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
40b6e28778
commit
96ee6da401
@ -54,6 +54,7 @@ FATE_LAVF-$(call ENCDEC, PCM_S16LE, WAV) += wav_peak
|
||||
FATE_LAVF-$(call ENCDEC, PCM_S16LE, WAV) += wav_peak_only
|
||||
FATE_LAVF-$(call ENCMUX, PCM_S16LE, W64) += w64
|
||||
FATE_LAVF-$(call ENCDEC, MP2, WTV) += wtv
|
||||
FATE_LAVF-$(call ENCDEC, WAVPACK, WV) += wv
|
||||
FATE_LAVF-$(call ENCDEC, XBM, IMAGE2) += xbm
|
||||
FATE_LAVF-$(call ENCDEC, XWD, IMAGE2) += xwd
|
||||
FATE_LAVF-$(CONFIG_YUV4MPEGPIPE_MUXER) += yuv4mpeg
|
||||
|
@ -386,6 +386,10 @@ if [ -n "$do_w64" ] ; then
|
||||
do_audio_only w64
|
||||
fi
|
||||
|
||||
if [ -n "$do_wv" ] ; then
|
||||
do_audio_only wv
|
||||
fi
|
||||
|
||||
# pix_fmt conversions
|
||||
|
||||
if [ -n "$do_pixfmt" ] ; then
|
||||
|
3
tests/ref/lavf/wv
Normal file
3
tests/ref/lavf/wv
Normal file
@ -0,0 +1,3 @@
|
||||
47d9a381d9c3f99b8b059f3b17f1dc11 *./tests/data/lavf/lavf.wv
|
||||
59560 ./tests/data/lavf/lavf.wv
|
||||
./tests/data/lavf/lavf.wv CRC=0x3a1da17e
|
Loading…
x
Reference in New Issue
Block a user