We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547dfa7 commit dc294a6Copy full SHA for dc294a6
hevc_ps.patch
@@ -45,3 +45,20 @@ index f18b88489b..2cd4d24c5a 100644
45
av_log(avctx, profile_name ? AV_LOG_DEBUG : AV_LOG_WARNING,
46
"%s profile bitstream\n", profile_name ? profile_name : "Unknown");
47
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