Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Grunau <janne-ffmpeg@jannau.net>2011-03-15 00:27:40 +0300
committerJanne Grunau <janne-libav@jannau.net>2011-03-16 23:54:39 +0300
commita03be6e1ba4cbf9984b0bbdb674704bbb2da6713 (patch)
treefdc640229695a2ec69acebe495f579bc58a62577 /libavfilter/avfilter.c
parent29ba091136a5e04574f7bfc1b17536c923958f6f (diff)
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r--libavfilter/avfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index c0ead5c4be..a46bc53d6a 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -40,7 +40,7 @@ const char *avfilter_configuration(void)
const char *avfilter_license(void)
{
#define LICENSE_PREFIX "libavfilter license: "
- return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
+ return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1;
}
AVFilterBufferRef *avfilter_ref_buffer(AVFilterBufferRef *ref, int pmask)