On 06/14/2011 06:57 AM, Anton Khirnov wrote: > --- > cmdutils.c | 6 +++--- > ffserver.c | 2 +- > libavutil/avutil.h | 3 +++ > libavutil/log.h | 7 +++++++ > libavutil/opt.c | 30 +++++++++++++++++++++++++----- > libavutil/opt.h | 31 +++++++++++++++++++++++++++++++ > 6 files changed, 70 insertions(+), 9 deletions(-) > > +const AVOption *av_opt_find(void *obj, const char *name, const char *unit, > + int opt_flags, int search_flags); > +
Adding a new public function to the API warrants a minor version bump + APIchanges entry. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
