summaryrefslogtreecommitdiff
path: root/libavcodec/mace.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mace.c')
-rw-r--r--libavcodec/mace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mace.c b/libavcodec/mace.c
index 8ff2d1d3ce..a3f7898811 100644
--- a/libavcodec/mace.c
+++ b/libavcodec/mace.c
@@ -437,6 +437,7 @@ AVCodec mace3_decoder = {
NULL,
NULL,
mace_decode_frame,
+ .long_name = "MACE (Macintosh Audio Compression/Expansion) 3:1",
};
AVCodec mace6_decoder = {
@@ -448,5 +449,6 @@ AVCodec mace6_decoder = {
NULL,
NULL,
mace_decode_frame,
+ .long_name = "MACE (Macintosh Audio Compression/Expansion) 6:1",
};