Hi, On Tue, Jun 14, 2011 at 8:16 AM, Justin Ruggles <[email protected]> wrote: > 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.
This patchset adds several new functions and deprecates others, let's delay the APIchanges and minor bump until they're all in and do them as a separate patch, same as avio_*() overhaul. Please address Diego's doc comments, and then patch OK. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
