2014-12-10 10:10:23 +08: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"
|
|
|
|
|
2014-12-18 13:18:30 +02:00
|
|
|
static const OpenH264Version g_stCodecVersion = {1,3,0,0};
|
2015-01-04 21:00:23 +02:00
|
|
|
static const char* const g_strCodecVer = "OpenH264 version:1.3.0.0";
|
2014-12-10 10:10:23 +08:00
|
|
|
|
|
|
|
#define OPENH264_MAJOR (1)
|
2014-12-18 16:07:37 +08:00
|
|
|
#define OPENH264_MINOR (3)
|
|
|
|
#define OPENH264_REVISION (0)
|
2014-12-10 10:10:23 +08:00
|
|
|
#define OPENH264_RESERVED (0)
|
|
|
|
|
|
|
|
#endif // CODEC_VER_H
|