MLT 7.30.0
mlt_version.h File Reference

contains version information More...

Go to the source code of this file.

Macros

#define LIBMLT_VERSION    MLT_STRINGIZE(LIBMLT_VERSION_MAJOR.LIBMLT_VERSION_MINOR.LIBMLT_VERSION_REVISION)
#define LIBMLT_VERSION_INT    ((LIBMLT_VERSION_MAJOR << 16) + (LIBMLT_VERSION_MINOR << 8) + LIBMLT_VERSION_REVISION)
#define LIBMLT_VERSION_MAJOR   7
#define LIBMLT_VERSION_MINOR   30
#define LIBMLT_VERSION_REVISION   0
#define MLT_STRINGIZE(s)
#define MLT_STRINGIZE2(s)

Functions

int mlt_version_get_int ()
int mlt_version_get_major ()
int mlt_version_get_minor ()
int mlt_version_get_revision ()
char * mlt_version_get_string ()

Detailed Description

contains version information

Copyright (C) 2010-2025 Meltytech, LLC

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Macro Definition Documentation

◆ LIBMLT_VERSION

◆ LIBMLT_VERSION_INT

#define LIBMLT_VERSION_INT    ((LIBMLT_VERSION_MAJOR << 16) + (LIBMLT_VERSION_MINOR << 8) + LIBMLT_VERSION_REVISION)

◆ LIBMLT_VERSION_MAJOR

#define LIBMLT_VERSION_MAJOR   7

◆ LIBMLT_VERSION_MINOR

#define LIBMLT_VERSION_MINOR   30

◆ LIBMLT_VERSION_REVISION

#define LIBMLT_VERSION_REVISION   0

◆ MLT_STRINGIZE

#define MLT_STRINGIZE ( s)
Value:
const char * s
Definition mlt_animation.c:67
#define MLT_STRINGIZE2(s)
Definition mlt_version.h:26

◆ MLT_STRINGIZE2

#define MLT_STRINGIZE2 ( s)
Value:
#s

Function Documentation

◆ mlt_version_get_int()

int mlt_version_get_int ( )
extern

◆ mlt_version_get_major()

int mlt_version_get_major ( )
extern

◆ mlt_version_get_minor()

int mlt_version_get_minor ( )
extern

◆ mlt_version_get_revision()

int mlt_version_get_revision ( )
extern

◆ mlt_version_get_string()

char * mlt_version_get_string ( )
extern