On 2014-01-12 15:25:55 +0200, Martin Storsjö wrote: > On Sat, 11 Jan 2014, Janne Grunau wrote: > > > Since RV40 and VC-1 almost the same algorithm optimizations for those > > two decoders are also added. > > It feels like this sentence lacks some verbs or so...
you mean 'It like this sentence lacks some verbs or so...'? ;) amended > > + > > +#include <stdint.h> > > + > > +#include "libavutil/attributes.h" > > +#include "libavutil/cpu.h" > > +#include "libavutil/aarch64/cpu.h" > > +#include "libavcodec/rv34dsp.h" > > + > > +/* from h264cmc_neon.c */ > > h264cmc_neon.S line removed, I can't even remember putting the comment there but it doesn't seem to be copied from somewhere else. File also misses a config.h include, I'll check the other init files for missing config.h includes too. Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
