On Fri, Aug 11, 2017 at 12:36:57AM +0100, Mark Thompson wrote: > --- /dev/null > +++ b/libavcodec/cbs_h2645.c > @@ -0,0 +1,997 @@ > + > +#define FUNC(name) FUNC_H264(READWRITE, name) > +#include "cbs_h264_syntax.c" > +#undef FUNC > + > +#define FUNC(name) FUNC_H264(READWRITE, name) > +#include "cbs_h264_syntax.c" > +#undef FUNC
The convention is for these files to be called *_template.c. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
