openh264/codec/api/svc/codec_ver.h

17 lines
474 B
C
Raw Normal View History

//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"
static const Openh264Version g_stCodecVersion = {1, 2, 1, 0};
static const char* g_strCodecVer = "Openh264 version:1.2.1.0";
static const char* g_strCodecBuildNum = "Openh264 revision:a2c47f2";
#define OPENH264_MAJOR (1)
#define OPENH264_MINOR (2)
#define OPENH264_REVISION (1)
#define OPENH264_RESERVED (0)
#endif // CODEC_VER_H