diff utils.c @ 8281:f93efc084e41 libavcodec

Make av_log_missing_feature an internal function, and change its name to ff_log_missing_feature.
author stefano
date Mon, 08 Dec 2008 21:21:38 +0000
parents 596677256482
children 343f0476fd1d
line wrap: on
line diff
--- a/utils.c	Mon Dec 08 03:15:10 2008 +0000
+++ b/utils.c	Mon Dec 08 21:21:38 2008 +0000
@@ -1508,7 +1508,7 @@
         return 0;
 }
 
-void av_log_missing_feature(void *avc, const char *feature, int want_sample)
+void ff_log_missing_feature(void *avc, const char *feature, int want_sample)
 {
     av_log(avc, AV_LOG_WARNING, "%s not implemented. Update your FFmpeg "
             "version to the newest one from SVN. If the problem still "