mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
libamcodec: enable hevc (for isengard)
This commit is contained in:
parent
58afc03a1e
commit
e12231ab81
@ -0,0 +1,20 @@
|
|||||||
|
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;
|
Loading…
x
Reference in New Issue
Block a user