Quoting Diego Biurrun (2016-12-06 23:20:45) > On Sat, Dec 03, 2016 at 05:34:34PM +0100, Anton Khirnov wrote: > > --- /dev/null > > +++ b/libavcodec/hwaccel.h > > @@ -0,0 +1,24 @@ > > +#ifndef AVCODEC_HWACCEL_H > > +#define AVCODEC_HWACCEL_H > > + > > +#define HWACCEL_CAP_ASYNC_SAFE (1 << 0) > > + > > +#endif /* AVCODEC_HWACCEL_H */ > > Do you plan to add more here? A header for a single define seems gratuitous...
Yes, more stuff will follow. It's getting rather annoying how all kinds of random stuff are just dumped into internal.h -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
