summaryrefslogtreecommitdiff
path: root/libavcodec/cdtoons.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cdtoons.c')
-rw-r--r--libavcodec/cdtoons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cdtoons.c b/libavcodec/cdtoons.c
index 00fbe58c26..3ebed2267c 100644
--- a/libavcodec/cdtoons.c
+++ b/libavcodec/cdtoons.c
@@ -445,7 +445,7 @@ static av_cold int cdtoons_decode_end(AVCodecContext *avctx)
const FFCodec ff_cdtoons_decoder = {
.p.name = "cdtoons",
- .p.long_name = NULL_IF_CONFIG_SMALL("CDToons video"),
+ CODEC_LONG_NAME("CDToons video"),
.p.type = AVMEDIA_TYPE_VIDEO,
.p.id = AV_CODEC_ID_CDTOONS,
.priv_data_size = sizeof(CDToonsContext),