summaryrefslogtreecommitdiff
path: root/libavcodec/indeo2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/indeo2.c')
-rw-r--r--libavcodec/indeo2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c
index 4ab4a99848..236e4aa225 100644
--- a/libavcodec/indeo2.c
+++ b/libavcodec/indeo2.c
@@ -219,5 +219,5 @@ AVCodec indeo2_decoder = {
NULL,
ir2_decode_frame,
CODEC_CAP_DR1,
- .long_name = "Intel Indeo 2",
+ .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 2"),
};