diff internal.h @ 9891:7ad7d4094d1f libavcodec

Rename ff_log_missing_feature() to av_log_missing_feature().
author rbultje
date Mon, 29 Jun 2009 19:07:04 +0000
parents 2887f410011f
children b5ca6219e173
line wrap: on
line diff
--- a/internal.h	Mon Jun 29 09:02:07 2009 +0000
+++ b/internal.h	Mon Jun 29 19:07:04 2009 +0000
@@ -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 @@
  * 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.