diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2008-12-26 08:03:26 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2008-12-26 08:03:26 +0000 |
commit | 5163c0d9a2470643ef20ee0fc38b8c98e9fa99ed (patch) | |
tree | f59a8ee4f4b8e97057b9413b685e2071802ba4b6 /libavcodec | |
parent | c1fc70362f78e797a264182911abc290642f9d42 (diff) | |
download | ffmpeg-5163c0d9a2470643ef20ee0fc38b8c98e9fa99ed.tar.gz |
s/FFmpeg-devel/ffmpeg-devel/
Originally committed as revision 16314 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 37f23d5372..dcd760264c 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -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"); } |