summaryrefslogtreecommitdiff
path: root/libavcodec/rka.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rka.c')
-rw-r--r--libavcodec/rka.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rka.c b/libavcodec/rka.c
index 4c93caefff..461baf1e1f 100644
--- a/libavcodec/rka.c
+++ b/libavcodec/rka.c
@@ -977,7 +977,7 @@ static av_cold int rka_decode_close(AVCodecContext *avctx)
const FFCodec ff_rka_decoder = {
.p.name = "rka",
- CODEC_LONG_NAME("RKA (RK Audio"),
+ CODEC_LONG_NAME("RKA (RK Audio)"),
.p.type = AVMEDIA_TYPE_AUDIO,
.p.id = AV_CODEC_ID_RKA,
.priv_data_size = sizeof(RKAContext),