On Sat, Apr 27, 2013 at 05:39:00PM +0200, Anton Khirnov wrote: > On Tue, 16 Apr 2013 18:09:19 +0200, Diego Biurrun <[email protected]> wrote: > > --- a/tests/fate-run.sh > > +++ b/tests/fate-run.sh > > @@ -171,6 +171,14 @@ video_filter(){ > > > > +pixdesc(){ > > + pix_fmts="$(avconv -pix_fmts list 2>/dev/null | awk 'NR > 8 && /^IO/ { > > print $2 }' | sort)" > > + for pix_fmt in $pix_fmts; do > > + test=$pix_fmt > > + video_filter "format=$pix_fmt,pixdesctest" -pix_fmt $pix_fmt > > + done > > +} > > Would be even nicer to make each of those into a separate test, but that's for > later.
Yes, I toyed with the idea. As it is right now, this long-running test also slows down a whole fate run if you have enough parallelization. Patches welcome; maybe I'll get to it at some point. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
