diff options
author | Janne Grunau | 2011-03-14 22:27:40 +0100 |
---|---|---|
committer | Janne Grunau | 2011-03-16 21:54:39 +0100 |
commit | a03be6e1ba4cbf9984b0bbdb674704bbb2da6713 (patch) | |
tree | fdc640229695a2ec69acebe495f579bc58a62577 /libavformat | |
parent | 29ba091136a5e04574f7bfc1b17536c923958f6f (diff) |
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
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 2f1db44572..b1c9755646 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -57,7 +57,7 @@ const char *avformat_configuration(void) const char *avformat_license(void) { #define LICENSE_PREFIX "libavformat license: " - return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; + return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1; } /* fraction handling */ |