[FFmpeg-cvslog] avcodec/libxevd: Use CODEC_LONG_NAME()
Andreas Rheinhardt
git at videolan.org
Fri Mar 1 02:41:18 EET 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue Feb 27 20:12:52 2024 +0100| [ec0bd89297a19fa59684e51e94f3926584aa984d] | committer: Andreas Rheinhardt
avcodec/libxevd: Use CODEC_LONG_NAME()
Brings the length of the line down to less than 80 chars.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec0bd89297a19fa59684e51e94f3926584aa984d
---
libavcodec/libxevd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/libxevd.c b/libavcodec/libxevd.c
index 9705f68751..fd12a1f150 100644
--- a/libavcodec/libxevd.c
+++ b/libavcodec/libxevd.c
@@ -471,7 +471,7 @@ static av_cold int libxevd_close(AVCodecContext *avctx)
const FFCodec ff_libxevd_decoder = {
.p.name = "evc",
- .p.long_name = NULL_IF_CONFIG_SMALL("EVC / MPEG-5 Essential Video Coding (EVC)"),
+ CODEC_LONG_NAME("EVC / MPEG-5 Essential Video Coding (EVC)"),
.p.type = AVMEDIA_TYPE_VIDEO,
.p.id = AV_CODEC_ID_EVC,
.init = libxevd_init,
More information about the ffmpeg-cvslog
mailing list