diff options
Diffstat (limited to 'libavcodec/tta.c')
-rw-r--r-- | libavcodec/tta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 55138a3a02..6e22bd94ff 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -443,5 +443,5 @@ AVCodec tta_decoder = { NULL, tta_decode_close, tta_decode_frame, - .long_name = "True Audio", + .long_name = NULL_IF_CONFIG_SMALL("True Audio"), }; |