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

2024-06-10 Thread PLT
> -Original Message- > From: ffmpeg-devel On Behalf Of > Andreas Rheinhardt > Sent: Monday, June 10, 2024 12:52 PM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH] libavcodec/libxev: Update EVC codec > naming > > Dariusz Frankiewicz: &

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

2024-06-10 Thread Andreas Rheinhardt
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/li

[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 10