On 12/08/17 09:44, Diego Biurrun wrote: > 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. Given that I'm making a load of these files and they have pretty clearly-defined contents, can I create a new convention?
- Mark _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
