summaryrefslogtreecommitdiff
path: root/libavcodec/imc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/imc.c')
-rw-r--r--libavcodec/imc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index 0ab555db7f..a30da89b2d 100644
--- a/libavcodec/imc.c
+++ b/libavcodec/imc.c
@@ -813,4 +813,5 @@ AVCodec imc_decoder = {
.init = imc_decode_init,
.close = imc_decode_close,
.decode = imc_decode_frame,
+ .long_name = "IMC (Intel Music Codec)",
};