use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
This commit is contained in:
parent
29ba091136
commit
a03be6e1ba
10 changed files with 11 additions and 11 deletions
|
|
@ -40,7 +40,7 @@ const char *avfilter_configuration(void)
|
|||
const char *avfilter_license(void)
|
||||
{
|
||||
#define LICENSE_PREFIX "libavfilter license: "
|
||||
return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
|
||||
return LICENSE_PREFIX LIBAV_LICENSE + sizeof(LICENSE_PREFIX) - 1;
|
||||
}
|
||||
|
||||
AVFilterBufferRef *avfilter_ref_buffer(AVFilterBufferRef *ref, int pmask)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue