summaryrefslogtreecommitdiffstats
path: root/libavcodec/cljr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cljr.c')
-rw-r--r--libavcodec/cljr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c
index a5b2c1e..b0de30c 100644
--- a/libavcodec/cljr.c
+++ b/libavcodec/cljr.c
@@ -140,6 +140,7 @@ AVCodec cljr_decoder = {
NULL,
decode_frame,
CODEC_CAP_DR1,
+ .long_name = "Cirrus Logic AccuPak",
};
#if 0
#ifdef CONFIG_ENCODERS
@@ -152,6 +153,7 @@ AVCodec cljr_encoder = {
encode_init,
encode_frame,
//encode_end,
+ .long_name = "Cirrus Logic AccuPak",
};
#endif //CONFIG_ENCODERS
OpenPOWER on IntegriCloud