On Sat, May 12, 2012 at 02:43:45PM +0200, Diego Biurrun wrote: > On Fri, May 11, 2012 at 06:35:30PM +0100, Mans Rullgard wrote: > > This matches the name of the tested codec. > > > > Signed-off-by: Mans Rullgard <[email protected]> > > --- > > tests/fate/adpcm.mak | 3 +++ > > tests/fate/demux.mak | 3 --- > > tests/ref/fate/{cryo-apc => adpcm-ima-apc} | 0 > > 3 files changed, 3 insertions(+), 3 deletions(-) > > rename tests/ref/fate/{cryo-apc => adpcm-ima-apc} (100%) > > > > --- a/tests/fate/adpcm.mak > > +++ b/tests/fate/adpcm.mak > > @@ -31,6 +31,9 @@ fate-adpcm-ea-r1: CMD = framecrc -i > > $(SAMPLES)/ea-mad/NFS6LogoE.mad -vn > > FATE_ADPCM += fate-adpcm-ima-amv > > fate-adpcm-ima-amv: CMD = framecrc -i > > $(SAMPLES)/amv/MTV_high_res_320x240_sample_Penguin_Joke_MTV_from_WMV.amv -t > > 10 -vn > > > > +FATE_ADPCM += fate-adpcm-ima-apc > > +fate-adpcm-ima-apc: CMD = md5 -i $(SAMPLES)/cryo-apc/cine007.APC -f s16le > > avprobe lists the name of the codec as > > Stream #0.0: Audio: adpcm_ima_apc, 22050 Hz, 2 channels, s16, 176 kb/s > > i.e. there are underscores instead of dashes. Is that intentional?
yes - codec/format names have underscores, make targets use dashes instead _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
