mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
This commit is contained in:
committed by
Janne Grunau
parent
29ba091136
commit
a03be6e1ba
@@ -1041,7 +1041,7 @@ const char *avcodec_configuration(void)
|
||||
const char *avcodec_license(void)
|
||||
{
|
||||
#define LICENSE_PREFIX "libavcodec license: "
|
||||
return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
|
||||
return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1;
|
||||
}
|
||||
|
||||
void avcodec_init(void)
|
||||
|
||||
Reference in New Issue
Block a user