(jarvis) libamcodec: update to libamcodec-45a1086

This commit is contained in:
Stefan Saraev 2015-10-20 01:22:36 -07:00 committed by Stephan Raue
parent a2f88de5a1
commit cf99aa123a
2 changed files with 1 additions and 21 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libamcodec"
PKG_VERSION="75f23da"
PKG_VERSION="45a1086"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="other"

View File

@ -1,20 +0,0 @@
diff --git a/amcodec/include/amports/vformat.h b/amcodec/include/amports/vformat.h
index d88e6fa..41111f9 100755
--- a/amcodec/include/amports/vformat.h
+++ b/amcodec/include/amports/vformat.h
@@ -50,6 +50,7 @@ typedef enum {
VIDEO_DEC_FORMAT_SW,
VIDEO_DEC_FORMAT_AVS,
VIDEO_DEC_FORMAT_H264_4K2K,
+ VIDEO_DEC_FORMAT_HEVC,
VIDEO_DEC_FORMAT_MAX
} vdec_type_t;
@@ -66,6 +67,7 @@ typedef enum {
VFORMAT_SW,
VFORMAT_H264MVC,
VFORMAT_H264_4K2K,
+ VFORMAT_HEVC,
VFORMAT_UNSUPPORT,
VFORMAT_MAX
} vformat_t;