From ce863d7f3647ed1aca863b820db9edbdad28c871 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Mon, 29 Jun 2009 19:07:04 +0000 Subject: Rename ff_log_missing_feature() to av_log_missing_feature(). Originally committed as revision 19294 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/internal.h') diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 89045fcb10..8adf2e736b 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -37,7 +37,7 @@ * message which tells the user how to report samples to the development * mailing list. */ -void ff_log_missing_feature(void *avc, const char *feature, int want_sample); +void av_log_missing_feature(void *avc, const char *feature, int want_sample); /** * Logs a generic warning message asking for a sample. @@ -45,7 +45,7 @@ void ff_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 ff_log_ask_for_sample(void *avc, const char *msg); +void av_log_ask_for_sample(void *avc, const char *msg); /** * Determines whether pix_fmt is a hardware accelerated format. -- cgit v1.2.3