ref: a4f09f4d76cb47f17de886e7d318dd6cb6112801
parent: 4f4adcec4940dd2f96ed4e7d9804f8fd3118e9f8
author: Sijia Chen <[email protected]>
date: Thu Jan 29 06:14:08 EST 2015
update the version info to sync with recent change of API
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@
MODULE_NAME=gmpopenh264
GMP_API_BRANCH=Firefox36
CCASFLAGS=$(CFLAGS)
-VERSION=1.3
+VERSION=1.4
STATIC_LDFLAGS=-lstdc++
ifeq (,$(wildcard $(SRC_PATH)gmp-api))
--- a/codec/api/svc/codec_ver.h
+++ b/codec/api/svc/codec_ver.h
@@ -4,11 +4,11 @@
#include "codec_app_def.h"
-static const OpenH264Version g_stCodecVersion = {1,3,0,0};
-static const char* const g_strCodecVer = "OpenH264 version:1.3.0.0";
+static const OpenH264Version g_stCodecVersion = {1,4,0,0};
+static const char* const g_strCodecVer = "OpenH264 version:1.4.0.0";
#define OPENH264_MAJOR (1)
-#define OPENH264_MINOR (3)
+#define OPENH264_MINOR (4)
#define OPENH264_REVISION (0)
#define OPENH264_RESERVED (0)
--- a/codec/common/inc/version.h
+++ b/codec/common/inc/version.h
@@ -1,6 +1,6 @@
#ifndef VERSION_H
#define VERSION_H
-#define VERSION_NUMBER "openh264 default: 1.3"
+#define VERSION_NUMBER "openh264 default: 1.4"
#endif // VERSION_H
--- a/gmpopenh264.info
+++ b/gmpopenh264.info
@@ -1,4 +1,4 @@
Name: gmpopenh264
Description: GMP Plugin for OpenH264.
-Version: 1.0
+Version: 1.4
APIs: encode-video[h264], decode-video[h264]