Make av_log_missing_feature an internal function, and change its name

to ff_log_missing_feature.

Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini
2008-12-08 21:21:38 +00:00
parent 6cffaea8db
commit dbbec0c2f2
7 changed files with 58 additions and 27 deletions

View File

@@ -1508,7 +1508,7 @@ int av_parse_video_frame_rate(AVRational *frame_rate, const char *arg)
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 "