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

2024-06-10 Thread Dariusz Frankiewicz
Make consistency between encoder and decoder implementation. Signed-off-by: Dariusz Frankiewicz --- 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

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

2024-06-10 Thread Dariusz Frankiewicz
Make consistency between encoder and decoder implementation. Signed-off-by: Dariusz Frankiewicz --- libavcodec/libxevd.c | 2 +- libavcodec/libxeve.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/libxevd.c b/libavcodec/libxevd.c index 520fdab7d8..51303ec71d