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>
release/7.0
Andreas Rheinhardt 9 months ago
parent 9209350f8d
commit ec0bd89297
  1. 2
      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,

Loading…
Cancel
Save