diff mbox series

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

Message ID 20240610133350.451076-1-d.frankiewic@samsung.com
State New
Headers show
Series [FFmpeg-devel,v2] libavcodec/libxeve: Update EVC codec naming | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Dariusz Frankiewicz June 10, 2024, 1:33 p.m. UTC
Make consistency between encoder and decoder implementation.

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

Patch

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,