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@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-02-27 20:12:52 +01:00
parent 9209350f8d
commit ec0bd89297

View File

@ -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,