summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r--libavcodec/indeo3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index 7e6bdf6773..2c310e0c68 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -1135,5 +1135,5 @@ AVCodec indeo3_decoder = {
indeo3_decode_frame,
0,
NULL,
- .long_name = "Intel Indeo 3",
+ .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 3"),
};