Diego Biurrun <[email protected]> writes: > diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak > new file mode 100644 > index 0000000..dab6347 > --- /dev/null > +++ b/tests/fate/demux.mak > @@ -0,0 +1,41 @@ > +FATE_TESTS += fate-adts-demux > +fate-adts-demux: CMD = crc -i $(SAMPLES)/aac/ct_faac-adts.aac -acodec copy
I still think it makes sense to keep that one with the AAC tests. It *is* AAC after all, even if it's not decoded. > +FATE_TESTS += fate-d-cinema-demux > +fate-d-cinema-demux: CMD = framecrc -i > $(SAMPLES)/d-cinema/THX_Science_FLT_1920-partial.302 -acodec copy -pix_fmt > rgb24 Copy and -pix_fmt in the same command? Something is not right here. > +FATE_TESTS += fate-mpc7-demux > +fate-mpc7-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp7.mpc -acodec > copy > + > +FATE_TESTS += fate-mpc8-demux > +fate-mpc8-demux: CMD = crc -i $(SAMPLES)/musepack/inside-mp8.mpc -acodec > copy Don't we have other Moosepack tests? > +FATE_TESTS += fate-mxf-demux > +fate-mxf-demux: CMD = framecrc -i $(SAMPLES)/mxf/C0023S01.mxf -acodec copy > -vcodec copy What does this test that fate-lavf-mxf does not? > +FATE_TESTS += fate-vqf-demux > +fate-vqf-demux: CMD = md5 -i $(SAMPLES)/vqf/achterba.vqf -acodec copy -f > framecrc This should go wherever the twinvq decoder tests are. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
