Brings the length of the line down to less than 80 chars. Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> --- libavcodec/libxevd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/libxevd.c b/libavcodec/libxevd.c index 5075936a0e..92804422a3 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, -- 2.40.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".