Files
third_party_openh264/codec/api/wels/codec_ver.h
T
laamymy 756f404ff9 adamymy
add code

Signed-off-by: laamymy <2953384995@qq.com>
2024-01-25 21:54:35 +08:00

16 lines
420 B
C

//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 = {2, 3, 1, 2209};
static const char* const g_strCodecVer = "OpenH264 version:2.3.1.2209";
#define OPENH264_MAJOR (2)
#define OPENH264_MINOR (3)
#define OPENH264_REVISION (1)
#define OPENH264_RESERVED (2209)
#endif // CODEC_VER_H