summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorJanne Grunau <janne-ffmpeg@jannau.net>2011-01-17 22:13:50 +0100
committerJanne Grunau <janne-ffmpeg@jannau.net>2011-01-17 22:13:50 +0100
commitdb323491cd4ad839518b9874a3aad12f4d311ea4 (patch)
tree015698076131e6aa81fe9773c64671316f431506 /libavcodec/utils.c
parent4a6a21f5e48c8c6e29a3e8ae811200a04946e08e (diff)
update av_log_missing_feature() to git
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 86595a29e9..02b9fd6904 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1158,7 +1158,7 @@ int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b){
void av_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 "
+ "version to the newest one from Git. If the problem still "
"occurs, it means that your file has a feature which has not "
"been implemented.", feature);
if(want_sample)