mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-31 23:59:34 +00:00
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:
parent
9209350f8d
commit
ec0bd89297
@ -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…
Reference in New Issue
Block a user