projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a6a21f
)
update av_log_missing_feature() to git
author
Janne Grunau
<janne-ffmpeg@jannau.net>
Mon, 17 Jan 2011 21:13:50 +0000
(22:13 +0100)
committer
Janne Grunau
<janne-ffmpeg@jannau.net>
Mon, 17 Jan 2011 21:13:50 +0000
(22:13 +0100)
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
libavcodec/utils.c
patch
|
blob
|
history
diff --git
a/libavcodec/utils.c
b/libavcodec/utils.c
index
86595a2
..
02b9fd6
100644
(file)
--- 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)