[FFmpeg-devel] [PATCH v2] libavcodec/libxeve: Update EVC codec naming

Dariusz Frankiewicz d.frankiewic at samsung.com
Mon Jun 10 16:33:50 EEST 2024


Make consistency between encoder and decoder implementation.

Signed-off-by: Dariusz Frankiewicz <d.frankiewic at samsung.com>
---
 libavcodec/libxeve.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/libxeve.c b/libavcodec/libxeve.c
index 1d9972619d..40eab08ef2 100644
--- a/libavcodec/libxeve.c
+++ b/libavcodec/libxeve.c
@@ -600,7 +600,7 @@ static const FFCodecDefault libxeve_defaults[] = {
 
 const FFCodec ff_libxeve_encoder = {
     .p.name             = "libxeve",
-    .p.long_name        = NULL_IF_CONFIG_SMALL("libxeve MPEG-5 EVC"),
+    CODEC_LONG_NAME("EVC / MPEG-5 Essential Video Coding (EVC)"),
     .p.type             = AVMEDIA_TYPE_VIDEO,
     .p.id               = AV_CODEC_ID_EVC,
     .init               = libxeve_init,
-- 
2.25.1



More information about the ffmpeg-devel mailing list