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 /libavformat | |
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 'libavformat')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 89eb557647..a01046624c 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -60,7 +60,7 @@ const char *avformat_configuration(void) const char *avformat_license(void) { #define LICENSE_PREFIX "libavformat license: " - return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1; + return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; } /* fraction handling */ |