Skip to content

Commit dc294a6

Browse files
committed
Update hevc_ps.patch
1 parent 547dfa7 commit dc294a6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

hevc_ps.patch

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,20 @@ index f18b88489b..2cd4d24c5a 100644
4545
av_log(avctx, profile_name ? AV_LOG_DEBUG : AV_LOG_WARNING,
4646
"%s profile bitstream\n", profile_name ? profile_name : "Unknown");
4747

48+
diff --git a/libavcodec/profiles.c b/libavcodec/profiles.c
49+
index 3cef82be3b..d7b10490de 100644
50+
--- a/libavcodec/profiles.c
51+
+++ b/libavcodec/profiles.c
52+
@@ -22,7 +22,6 @@
53+
#include "defs.h"
54+
#include "profiles.h"
55+
56+
-#if !CONFIG_SMALL
57+
58+
const AVProfile ff_aac_profiles[] = {
59+
{ AV_PROFILE_AAC_LOW, "LC" },
60+
@@ -203,4 +202,3 @@ const AVProfile ff_evc_profiles[] = {
61+
{ AV_PROFILE_UNKNOWN },
62+
};
63+
64+
-#endif /* !CONFIG_SMALL */

0 commit comments

Comments
 (0)