"Ronald S. Bultje" <[email protected]> writes: > Hi, > > On Wed, Jul 13, 2011 at 1:02 PM, Diego Biurrun <[email protected]> wrote: >> This fixes a bunch of unused function warnings. >> --- >> libavcodec/h264.h | 418 >> ---------------------------------------------- >> libavcodec/h264_mvpred.h | 418 >> ++++++++++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 418 insertions(+), 418 deletions(-) > > Fine with me. Since they're inlined, adding av_unused is fine with me also.
If they are inlined, wouldn't adding "inline" be the right thing? If not, WTF are they doing in header files? -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
