summaryrefslogtreecommitdiff
path: root/libavcodec/tta.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/tta.c')
-rw-r--r--libavcodec/tta.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tta.c b/libavcodec/tta.c
index 57d4c7b9dd..55138a3a02 100644
--- a/libavcodec/tta.c
+++ b/libavcodec/tta.c
@@ -443,4 +443,5 @@ AVCodec tta_decoder = {
NULL,
tta_decode_close,
tta_decode_frame,
+ .long_name = "True Audio",
};