2014-12-10 03:10:23 +01:00
|
|
|
//The current file is auto-generated by script: generate_codec_ver.sh
|
|
|
|
#ifndef CODEC_VER_H
|
|
|
|
#define CODEC_VER_H
|
|
|
|
|
|
|
|
#include "codec_app_def.h"
|
|
|
|
|
2015-11-10 18:50:06 +01:00
|
|
|
static const OpenH264Version g_stCodecVersion = {1, 6, 0, 0};
|
|
|
|
static const char* const g_strCodecVer = "OpenH264 version:1.6.0.0";
|
2014-12-10 03:10:23 +01:00
|
|
|
|
|
|
|
#define OPENH264_MAJOR (1)
|
2015-11-10 18:50:06 +01:00
|
|
|
#define OPENH264_MINOR (6)
|
2015-10-13 01:59:16 +02:00
|
|
|
#define OPENH264_REVISION (0)
|
2014-12-10 03:10:23 +01:00
|
|
|
#define OPENH264_RESERVED (0)
|
|
|
|
|
|
|
|
#endif // CODEC_VER_H
|