On 05/26/2014 07:56 AM, Anton Khirnov wrote: > This avoids all the ABI troubles associated with avpriv_. > Since this function is very small and does not depend on any tables, > making it inline should have no adverse effects. > --- > libavcodec/flac.c | 10 +++------- > libavcodec/flac.h | 29 ++++++++++++++++++++++------- > libavcodec/flacdec.c | 4 ++-- > libavformat/flacdec.c | 2 +- > 4 files changed, 28 insertions(+), 17 deletions(-)
Ok. I suppose including a private header is one step better than avpriv. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
