Hi, On Fri, Apr 22, 2011 at 1:45 PM, Diego Biurrun <[email protected]> wrote: > --- > libavcodec/avcodec.h | 2 +- > libavcodec/utils.c | 10 ++++++++-- > 2 files changed, 9 insertions(+), 3 deletions(-) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index d1377ca..14f00bb 100644 > --- a/libavcodec/avcodec.h > +++ b/libavcodec/avcodec.h > @@ -4116,7 +4116,7 @@ void av_log_missing_feature(void *avc, const char > *feature, int want_sample); > * a pointer to an AVClass struct > * @param[in] msg string containing an optional message, or NULL if no message > */ > -void av_log_ask_for_sample(void *avc, const char *msg); > +void av_log_ask_for_sample(void *avc, const char *msg, ...);
Looks good to me. (Not that it matters now, but if we were to do this outside ABI instability times, is this considered ABI breakage?) Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
