1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00

avcodec/rka: fix long_name

This commit is contained in:
Paul B Mahol 2023-02-15 14:13:38 +01:00
parent 05b859af35
commit 5247dab6b1

View File

@ -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),