diff options
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r-- | libavcodec/indeo3.c | 2 |
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"), }; |