Archived
1
0
This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.

7 lines
276 B
C
Raw Normal View History

2024-09-24 14:54:57 +02:00
#define MPEG4IP_PACKAGE "mpeg4ip"
#define MPEG4IP_VERSION "1.5"
#define MPEG4IP_MAJOR_VERSION 0x1
#define MPEG4IP_MINOR_VERSION 0x5
#define MPEG4IP_CVS_VERSION 0x
#define MPEG4IP_HEX_VERSION ((MPEG4IP_MAJOR_VERSION << 16) | (MPEG4IP_MINOR_VERSION << 8) | MPEG4IP_CVS_VERSION)