summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/truemotion1.c')
-rw-r--r--libavcodec/truemotion1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/truemotion1.c b/libavcodec/truemotion1.c
index 721b3f087b..ac9ba0af13 100644
--- a/libavcodec/truemotion1.c
+++ b/libavcodec/truemotion1.c
@@ -899,5 +899,5 @@ AVCodec truemotion1_decoder = {
truemotion1_decode_end,
truemotion1_decode_frame,
CODEC_CAP_DR1,
- .long_name = "Duck TrueMotion 1.0",
+ .long_name = NULL_IF_CONFIG_SMALL("Duck TrueMotion 1.0"),
};