s/FFmpeg-devel/ffmpeg-devel/
authorBenoit Fouet <benoit.fouet@free.fr>
Fri, 26 Dec 2008 08:03:26 +0000 (08:03 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Fri, 26 Dec 2008 08:03:26 +0000 (08:03 +0000)
Originally committed as revision 16314 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/utils.c

index 37f23d5..dcd7602 100644 (file)
@@ -1519,6 +1519,6 @@ void ff_log_missing_feature(void *avc, const char *feature, int want_sample)
     if(want_sample)
         av_log(avc, AV_LOG_WARNING, " If you want to help, upload a sample "
                 "of this file to ftp://upload.ffmpeg.org/MPlayer/incoming/ "
-                "and contact the FFmpeg-devel mailing list.");
+                "and contact the ffmpeg-devel mailing list.");
     av_log(avc, AV_LOG_WARNING, "\n");
 }