mirror of
https://github.com/openharmony/third_party_openh264.git
synced 2026-07-01 06:06:19 -04:00
756f404ff9
add code Signed-off-by: laamymy <2953384995@qq.com>
16 lines
420 B
C
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, 2, 0, 2201};
|
|
static const char* const g_strCodecVer = "OpenH264 version:2.3.1.2209";
|
|
|
|
#define OPENH264_MAJOR (2)
|
|
#define OPENH264_MINOR (2)
|
|
#define OPENH264_REVISION (0)
|
|
#define OPENH264_RESERVED (2201)
|
|
|
|
#endif // CODEC_VER_H
|