summaryrefslogtreecommitdiff
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-04-15 22:30:26 +0200
committerDiego Biurrun <diego@biurrun.de>2011-04-17 19:31:49 +0200
commit6001dad6e2eb654fba9bf3d6bda6a3734253cbc6 (patch)
tree3ca9b6cf56fb99279c423ba4f976eb9923f72b26 /libavcodec/utils.c
parent4c64c8e95a02b1d69aabb400fa73cba7ef8f41f7 (diff)
Replace more FFmpeg references by Libav.
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 427e9e4200..857538868d 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1189,7 +1189,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 "
+ av_log(avc, AV_LOG_WARNING, "%s not implemented. Update your Libav "
"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);