mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
This commit is contained in:

committed by
Janne Grunau

parent
29ba091136
commit
a03be6e1ba
@ -59,7 +59,7 @@ const char *swscale_configuration(void)
|
||||
const char *swscale_license(void)
|
||||
{
|
||||
#define LICENSE_PREFIX "libswscale license: "
|
||||
return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
|
||||
return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1;
|
||||
}
|
||||
|
||||
#define RET 0xC3 //near return opcode for x86
|
||||
|
Reference in New Issue
Block a user