summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/alac.c')
-rw-r--r--libavcodec/alac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index f85493f868..648b4b6f19 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -619,4 +619,5 @@ AVCodec alac_decoder = {
NULL,
alac_decode_close,
alac_decode_frame,
+ .long_name = "ALAC (Apple Lossless Audio Codec)",
};