diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-17 16:57:37 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-17 17:26:45 +0100 |
commit | 0cb88628fbd467636fcf3ebfe6a26c51b0f49504 (patch) | |
tree | 28318cf2a36be45e2897a120f52c75280794d1e8 /libavfilter/avfilter.c | |
parent | a6be21d3baf09be1e22648e4802b955191d26b67 (diff) | |
download | ffmpeg-0cb88628fbd467636fcf3ebfe6a26c51b0f49504.tar.gz |
Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"
This reverts commit a03be6e1ba4cbf9984b0bbdb674704bbb2da6713.
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r-- | libavfilter/avfilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index a46bc53d6a..c0ead5c4be 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 LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1; + return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; } AVFilterBufferRef *avfilter_ref_buffer(AVFilterBufferRef *ref, int pmask) |